]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textentry.h
Fixed context menu in wxRichTextCtrl
[wxWidgets.git] / include / wx / textentry.h
index e8e4e2b714e2044d8f9433086c1e59a7d3c3fdac..9ebbdeb5bcc136a040c6344d9898f608abac22fd 100644 (file)
@@ -144,6 +144,7 @@ protected:
         wxTextEntryBase *m_text;
         bool m_suppress;
     };
         wxTextEntryBase *m_text;
         bool m_suppress;
     };
+    friend class EventsSuppressor;
 
     // return true if the events are currently not suppressed
     bool EventsAllowed() const { return m_eventsBlock == 0; }
 
     // return true if the events are currently not suppressed
     bool EventsAllowed() const { return m_eventsBlock == 0; }
@@ -171,9 +172,6 @@ private:
     // initially the generation of the events is enabled
     virtual void EnableTextChangedEvents(bool WXUNUSED(enable)) { }
 
     // initially the generation of the events is enabled
     virtual void EnableTextChangedEvents(bool WXUNUSED(enable)) { }
 
-
-    friend class EventsSuppressor;
-
     // if this counter is non-null, events are blocked
     unsigned m_eventsBlock;
 };
     // if this counter is non-null, events are blocked
     unsigned m_eventsBlock;
 };