]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/misc.cpp
small fixes
[wxWidgets.git] / utils / ogl / src / misc.cpp
index 4c0008ea14c12fbf3c2c08674f3001838b6da6c8..50ed2669dc20e55544cb9d73927425954d0a6d73 100644 (file)
@@ -444,12 +444,12 @@ wxStringList *oglFormatText(wxDC& dc, const wxString& text, double width, double
     {
       word[j] = 0;
       j = 0;
-      word_list.Append((wxObject *)copystring(word));
+      word_list.Add(word);
       end_word = FALSE;
     }
     if (new_line)
     {
-      word_list.Append((wxObject *)NULL);
+      word_list.Append(NULL);
       new_line = FALSE;
     }
   }