Fix compil issue on c++17/msys2 (and perhaps some other compilers)

This commit is contained in:
jean-pierre charras 2022-01-10 09:15:26 +01:00
parent 8d00802fce
commit 72cdba44cb
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public:
};
class RC_TREE_MODEL : public wxDataViewModel, wxEvtHandler
class RC_TREE_MODEL : public wxDataViewModel, public wxEvtHandler
{
public:
static wxDataViewItem ToItem( RC_TREE_NODE const* aNode )