X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33b7a5491fc97e217fd0f9a5ac142612c6d17122..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/include/wx/generic/listctrl.h diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 535b9f5776..be16f28626 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -203,7 +203,7 @@ protected: private: // Virtual function hiding supression - virtual void Update() { wxWindowBase::Update(); } + virtual void Update() { wxWindow::Update(); } // create the header window void CreateHeaderWindow();