diff options
Diffstat (limited to 'src/T2DLL/T2Message.h')
-rw-r--r-- | src/T2DLL/T2Message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2Message.h b/src/T2DLL/T2Message.h index bfd3a0c..7a6bb85 100644 --- a/src/T2DLL/T2Message.h +++ b/src/T2DLL/T2Message.h @@ -16,7 +16,7 @@ protected: void OnRButtonDown(UINT, CPoint); void OnKeyDown(UINT, UINT, UINT); void OnDestroy(); - int OnEraseBkgnd(CDC*); + BOOL OnEraseBkgnd(CDC*); protected: CString mString; |