]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
applied patch 103575 (more efficient wxString comparison)
[wxWidgets.git] / include / wx / control.h
index 79adf0144f07812f385467aa797982fb953952dd..7b1d491309475276824f16719b4cc82f132436fe 100644 (file)
@@ -46,6 +46,9 @@ protected:
 
     // inherit colour and font settings from the parent window
     void InheritAttributes();
+
+    // initialize the common fields of wxCommandEvent
+    void InitCommandEvent(wxCommandEvent& event) const;
 };
 
 // ----------------------------------------------------------------------------