]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/textentry.h
reverting AssignAny fix, not needed if wxAny is not instantiated during static global...
[wxWidgets.git] / include / wx / osx / textentry.h
index c55523830b7a956d4260dd96783b248c7adb24bb..16f28e218972ba19453c5baefc5e5bf0e4f5b196 100644 (file)
@@ -32,11 +32,11 @@ class WXDLLIMPEXP_CORE wxTextEntry: public wxTextEntryBase
 {
 
 public:
 {
 
 public:
-    wxTextEntry() 
+    wxTextEntry()
         : m_editable(true),
           m_maxLength(0)
     { }
         : m_editable(true),
           m_maxLength(0)
     { }
-    
+
     virtual ~wxTextEntry() {};
 
     virtual bool IsEditable() const;
     virtual ~wxTextEntry() {};
 
     virtual bool IsEditable() const;
@@ -91,7 +91,7 @@ public:
 protected:
 
     virtual wxString DoGetValue() const;
 protected:
 
     virtual wxString DoGetValue() const;
-    
+
     bool  m_editable;
 
   // need to make this public because of the current implementation via callbacks
     bool  m_editable;
 
   // need to make this public because of the current implementation via callbacks