]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
wxRegion fixes (off by one)
[wxWidgets.git] / src / common / timercmn.cpp
index 7746d40ca743c75651a0061c68f67095d5c51122..0a9261b9122ad49ae400ca0f5986252391435308 100644 (file)
@@ -334,7 +334,7 @@ wxLongLong wxGetLocalTimeMillis()
         #pragma message("wxStopWatch will be up to second resolution!")
     #elif defined(__BORLANDC__)
         #pragma message "wxStopWatch will be up to second resolution!"
-    #elif
+    #else
         #warning "wxStopWatch will be up to second resolution!"
     #endif // compiler
 #endif