forgot to uncomment a few things

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-02-21 23:22:40 +00:00
parent f2d7623799
commit 0ba143c9a0
2 changed files with 18 additions and 18 deletions

View File

@@ -890,9 +890,9 @@ public:
wxGridCellRenderer* GetCellRenderer(int row, int col);
// takes ownership of the pointer
// void SetDefaultEditor(wxGridCellEditor *editor);
void SetDefaultEditor(wxGridCellEditor *editor);
void SetCellEditor(int row, int col, wxGridCellEditor *editor);
// wxGridCellEditor *GetDefaultEditor() const;
wxGridCellEditor *GetDefaultEditor() const;
wxGridCellEditor* GetCellEditor(int row, int col);