aboutsummaryrefslogtreecommitdiff
path: root/OpenFileGUICommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenFileGUICommand.h')
-rw-r--r--OpenFileGUICommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenFileGUICommand.h b/OpenFileGUICommand.h
index dfaace3..9b504a9 100644
--- a/OpenFileGUICommand.h
+++ b/OpenFileGUICommand.h
@@ -3,8 +3,9 @@
#include "Command.h"
class OpenFileGUICommand : public Command {
-public:
using Command::Command;
+
+public:
virtual void execute();
};