diff options
Diffstat (limited to 'src/T2DLL/T2SettingDialog.h')
-rw-r--r-- | src/T2DLL/T2SettingDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2SettingDialog.h b/src/T2DLL/T2SettingDialog.h index c81d876..8bf0fd5 100644 --- a/src/T2DLL/T2SettingDialog.h +++ b/src/T2DLL/T2SettingDialog.h @@ -6,7 +6,7 @@ class AFX_CLASS_EXPORT T2SettingDialog : public T2Dialog { public: T2SettingDialog(T2TowerDoc* inDoc); virtual ~T2SettingDialog(); - virtual int OnT2DialogCommand(unsigned int, long); + virtual BOOL OnT2DialogCommand(WPARAM inWParam, LPARAM inLParam); protected: T2TowerDoc *mDocument; |