Call static member function with scope resolution operator

This commit is contained in:
Artur Wieczorek
2020-04-18 21:13:08 +02:00
parent fbafe74414
commit 81f8e8d742

View File

@@ -1992,7 +1992,7 @@ FormMain::FormMain(const wxString& title, const wxPoint& pos, const wxSize& size
#endif
// Register all editors (SpinCtrl etc.)
m_pPropGridManager->RegisterAdditionalEditors();
wxPropertyGridInterface::RegisterAdditionalEditors();
// Register our sample custom editors
m_pSampleMultiButtonEditor =