]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actually it specifically toggles...
[wxWidgets.git] / include / wx / gtk / menu.h
index 61a9bf631a4fba92697623b11887527c0841ad67..943dacce35ade0712f52aaf4a9d621d18739371a 100644 (file)
@@ -79,7 +79,7 @@ public:
     wxLayoutDirection GetLayoutDirection() const;
 
     // Returns the title, with mnemonics translated to wx format
-    const wxString GetTitle() const;
+    wxString GetTitle() const;
 
     // TODO: virtual void SetTitle(const wxString& title);
 
@@ -101,7 +101,6 @@ private:
     // common part of Append (if pos == -1)  and Insert
     bool GtkAppend(wxMenuItem *item, int pos=-1);
 
-    GtkWidget *m_prevRadio;
 
     DECLARE_DYNAMIC_CLASS(wxMenu)
 };