]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/choice.h
make sure ShowEvent doesn't get triggered to early during construction
[wxWidgets.git] / include / wx / osx / choice.h
index c69ab6693157c21785998caeeaa7e3982a750ff5..20421e046cdc6b023959bcf333871b1cbfba999e 100644 (file)
@@ -77,7 +77,7 @@ public:
     virtual wxString GetString(unsigned int n) const ;
     virtual void SetString(unsigned int pos, const wxString& s);
     // osx specific event handling common for all osx-ports
-    
+
     virtual bool        OSXHandleClicked( double timestampsec );
 
 protected: