]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
removed C++ comments from C files
[wxWidgets.git] / src / msw / font.cpp
index 28ff194ba007b61227decd6fcb416c2738d28794..d87bdd0821ea09a08a8174d90c3c935cc1dd7522 100644 (file)
@@ -787,15 +787,15 @@ wxFont::wxFont(const wxString& fontdesc)
 /* Constructor for a font. Note that the real construction is done
  * in wxDC::SetFont, when information is available about scaling etc.
  */
-bool wxFont::Create(int pointSize,
-                    const wxSize& pixelSize,
-                    bool sizeUsingPixels,
-                    int family,
-                    int style,
-                    int weight,
-                    bool underlined,
-                    const wxString& faceName,
-                    wxFontEncoding encoding)
+bool wxFont::DoCreate(int pointSize,
+                      const wxSize& pixelSize,
+                      bool sizeUsingPixels,
+                      int family,
+                      int style,
+                      int weight,
+                      bool underlined,
+                      const wxString& faceName,
+                      wxFontEncoding encoding)
 {
     UnRef();