]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
popup activation scope and l&f
[wxWidgets.git] / include / wx / generic / spinctlg.h
index 8eb517b6467c6c9cba69da85329820cf3b0aed86..c5078faa756c9e090b2f488847d05d9de75d7ff1 100644 (file)
@@ -25,7 +25,7 @@
 class WXDLLIMPEXP_FWD_CORE wxSpinButton;
 class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
 
-class wxSpinCtrlText; // wxTextCtrl used for the wxSpinCtrlGenericBase
+class wxSpinCtrlTextGeneric; // wxTextCtrl used for the wxSpinCtrlGenericBase
 
 // The !wxUSE_SPINBTN version's GetValue() function conflicts with the
 // wxTextCtrl's GetValue() and so you have to input a dummy int value.
@@ -91,7 +91,7 @@ public:
     void OnTextEnter(wxCommandEvent& event);
     void OnTextChar(wxKeyEvent& event);
 
-    friend class wxSpinCtrlText;
+    friend class wxSpinCtrlTextGeneric;
 
 protected:
     // override the base class virtuals involved into geometry calculations