]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
clamp the point size of the font to a reaosnable range (second part of patch 1481722)
[wxWidgets.git] / src / common / object.cpp
index 4cb6e34b0f6e312fd3b95769e2dfd0db26260a43..4d9cf5574526cb8b627fe484df02dced6c9b6aa7 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/hash.h"
     #include "wx/object.h"
+    #include "wx/hash.h"
 #endif
 
 #include <string.h>