]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
wxChoice derives from wxChoiceBase; renamed Append to DoAppend
[wxWidgets.git] / include / wx / app.h
index 8b17fc42aa4affdafc86d76fe38a555eed957652..69f408ac5afdfeca04a89bd1b3298922726a9245 100644 (file)
@@ -389,7 +389,7 @@ protected:
     wxString m_vendorName,      // vendor name (ACME Inc)
              m_appName,         // app name
              m_className;       // class name
-
+             
 #if wxUSE_GUI
     // the main top level window - may be NULL
     wxWindow *m_topWindow;