diff options
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 3e8f2d6993..611b92b7b0 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -199,8 +199,9 @@ public: void openOptions(const wchar_t *pszGroup, const wchar_t *pszPage = 0, const wchar_t *pszTab = 0);
void openOptionsPage(const wchar_t *pszGroup, const wchar_t *pszPage = 0, const wchar_t *pszTab = 0);
- HANDLE addIcon(struct SKINICONDESC*);
+ HANDLE addIcon(const struct SKINICONDESC*);
+ int addHotkey(const struct HOTKEYDESC*);
int addSound(const char *name, const wchar_t *section, const wchar_t *description, const wchar_t *defaultFile = nullptr);
int addUserInfo(WPARAM wParam, struct OPTIONSDIALOGPAGE *odp);
|