Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7 by marking the drop-down button...
[wxWidgets.git] / include / wx / gtk / dvrenderer.h
index 58209e310084e6fbe2ea069e14806f4f408c0efd..5918f229f2fbb0325e39231a3587ff156c856963 100644 (file)
@@ -48,7 +48,7 @@ public:
     //
     // it validates the new value and notifies the model about the change by
     // calling GtkOnCellChanged() if it was accepted
-    void GtkOnTextEdited(const gchar *itempath, const wxString& value);
+    virtual void GtkOnTextEdited(const gchar *itempath, const wxString& value);
 
     GtkCellRenderer* GetGtkHandle() { return m_renderer; }
     void GtkInitHandlers();