]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
Set svn properties correctly for the newly added files.
[wxWidgets.git] / include / wx / font.h
index ee2d28bf477c90c325c3adead644aac5b0387253..225460cda8bdeb31db6ca08e267816a1d2d86c3e 100644 (file)
@@ -113,7 +113,7 @@ class WXDLLIMPEXP_CORE wxFontBase : public wxGDIObject
 public:
     /*
         derived classes should provide the following ctors:
-    
+
     wxFont();
     wxFont(const wxString& nativeFontInfoString);
     wxFont(const wxNativeFontInfo& info);
@@ -132,7 +132,7 @@ public:
            const wxString& face = wxEmptyString,
            wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
     */
-    
+
     // creator function
     virtual ~wxFontBase();