]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
[wxWidgets.git] / include / wx / toplevel.h
index a4530bd2b8a0174180ea76bdc10430351a0d3a92..381467833702ef7886739fb26b8fd70800063005 100644 (file)
@@ -145,7 +145,7 @@ public:
     virtual bool IsIconized() const = 0;
 
     // get the frame icon
-    const wxIcon& GetIcon() const { return m_icons.GetIcon( -1 ); }
+    wxIcon GetIcon() const { return m_icons.GetIcon( -1 ); }
 
     // get the frame icons
     const wxIconBundle& GetIcons() const { return m_icons; }