]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/accel.cpp
added semicolons after wxCHECK()s (part of patch 1450705)
[wxWidgets.git] / src / mac / classic / accel.cpp
index 4e5bbd85f5e8402fe019561e75ca20a561ca4088..ce99c542e6bf1e4d294a0d537338b74059d4bc22 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        accel.cpp
+// Name:        src/mac/classic/accel.cpp
 // Purpose:     wxAcceleratorTable
 // Author:      Stefan Csomor
 // Modified by:
@@ -9,7 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/accel.h"
 #include "wx/string.h"
 
@@ -98,5 +99,3 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event )
 
     return -1;
 }
-
-