]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/font.h
Don't make full copy of string in wxThreadEvent::Clone().
[wxWidgets.git] / include / wx / motif / font.h
index 80f86980ae7c6fe0d7d9996534d11ac356c2ba82..53f0c3a4d5bc47c72e1e26bbce7c76e6b91cae2d 100644 (file)
@@ -53,7 +53,7 @@ public:
     {
         Create(size, family, style, weight, underlined, face, encoding);
     }
-    
+
     wxFont(const wxSize& pixelSize,
            wxFontFamily family,
            wxFontStyle style,
@@ -65,7 +65,7 @@ public:
         Create(10, family, style, weight, underlined, face, encoding);
         SetPixelSize(pixelSize);
     }
-    
+
     bool Create(int size,
                 wxFontFamily family,
                 wxFontStyle style,