diff options
Diffstat (limited to 'drivers/windows/shell_windows.h')
-rw-r--r-- | drivers/windows/shell_windows.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/windows/shell_windows.h b/drivers/windows/shell_windows.h index 92203df98a..e0baf3e765 100644 --- a/drivers/windows/shell_windows.h +++ b/drivers/windows/shell_windows.h @@ -37,13 +37,11 @@ */ class ShellWindows : public Shell { public: - virtual void execute(String p_path); ShellWindows(); - - ~ShellWindows(); + ~ShellWindows(); }; #endif |