diff options
Diffstat (limited to 'src/T2DLL/SoundDlg.h')
-rw-r--r-- | src/T2DLL/SoundDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/SoundDlg.h b/src/T2DLL/SoundDlg.h index 157d004..38347c2 100644 --- a/src/T2DLL/SoundDlg.h +++ b/src/T2DLL/SoundDlg.h @@ -11,7 +11,7 @@ public: void Save(); protected: - virtual int OnT2DialogCommand(UINT cmd, long data); + virtual BOOL OnT2DialogCommand(WPARAM inWParam, LPARAM inLParam); virtual void OnT2Create(); T2TowerDoc *mDocument; |