From 94387e8698983b25a3ddbfcc80c7b412a97e74ca Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Mon, 16 Mar 2020 07:46:56 -0700 Subject: [PATCH] added functions to remove the abstract class error --- src/modules/launcher/Wox.Launcher/dllmain.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/launcher/Wox.Launcher/dllmain.cpp b/src/modules/launcher/Wox.Launcher/dllmain.cpp index a210bb85b1..0a1e7aed46 100644 --- a/src/modules/launcher/Wox.Launcher/dllmain.cpp +++ b/src/modules/launcher/Wox.Launcher/dllmain.cpp @@ -254,6 +254,11 @@ public: } return 0; } + + /* Register helper class to handle system menu items related actions. */ + virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) {} + /* Handle action on system menu item. */ + virtual void signal_system_menu_action(const wchar_t* name) {} }; // Load the settings file.