X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..08a15c0d899daad0ff8cc2ed4c06ff78b8ec3cc3:/samples/mfc/mfctest.h diff --git a/samples/mfc/mfctest.h b/samples/mfc/mfctest.h index 038a08cad2..f95a27c03c 100644 --- a/samples/mfc/mfctest.h +++ b/samples/mfc/mfctest.h @@ -25,15 +25,15 @@ class CMainWindow : public CFrameWnd { public: - CMainWindow(); + CMainWindow(); - //{{AFX_MSG( CMainWindow ) - afx_msg void OnPaint(); - afx_msg void OnAbout(); - afx_msg void OnTest(); - //}}AFX_MSG + //{{AFX_MSG( CMainWindow ) + afx_msg void OnPaint(); + afx_msg void OnAbout(); + afx_msg void OnTest(); + //}}AFX_MSG - DECLARE_MESSAGE_MAP() + DECLARE_MESSAGE_MAP() }; // A dummy CWnd pointing to a wxWindow's HWND @@ -52,7 +52,7 @@ class CDummyWindow: public CWnd class CTheApp : public CWinApp { public: - BOOL InitInstance(); + BOOL InitInstance(); int ExitInstance(); // Override this to provide wxWindows message loop