From 7f0203a5b0d61919c7e7513c2fd39c619490d392 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 2 Apr 2017 01:45:11 -0400 Subject: Frame: Make TAS dialogs private Amends the TAS callbacks to internally store functions using std::function instead of raw function pointers. This allows binding extra contextual state via lambda functions, as well as keeping the dialogs internal to the main frame (on top of being a more flexible interface). --- Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp') diff --git a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp index 4c125c26e9..df287220df 100644 --- a/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp +++ b/Source/Core/DolphinWX/Debugger/CodeWindowFunctions.cpp @@ -3,7 +3,9 @@ // Refer to the license.txt file included. #include +#include #include +#include #include #include #include -- cgit v1.2.3