]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/settings.h
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / include / wx / os2 / settings.h
index 8ddb450f36e2e686a80294e5494c61ecd94c34a9..03b343faad11b7ab17171c5bf6a007b8dfb2a885 100644 (file)
@@ -21,16 +21,10 @@ class WXDLLEXPORT wxSystemSettings: public wxObject
 {
 public:
     inline wxSystemSettings() {}
-
-    // Get a system colour
     static wxColour    GetSystemColour(int index);
-
-    // Get a system font
     static wxFont      GetSystemFont(int index);
-
-    // Get a system metric, e.g. scrollbar size
     static int         GetSystemMetric(int index);
-};
+}; // end of CLASS wxSystemSettings
 
 #endif
     // _WX_SETTINGS_H_