diff options
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 7b852b7af4..88d72a47d0 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -216,7 +216,7 @@ public: int addFrame(const struct CLISTFrame*); 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); + int addUserInfo(WPARAM wParam, struct USERINFOPAGE *odp); //////////////////////////////////////////////////////////////////////////////////////// |