2023-09-26 12:05:50 -04:00

14 lines
518 B
Diff

Index: src/include/ccmanager.h
===================================================================
--- a/src/include/ccmanager.h (revision 12531)
+++ b/src/include/ccmanager.h (revision 12532)
@@ -44,7 +44,7 @@
* list or the doxygen popup, the scroll event is instead sent there (and skipped for the editor
* window).
*/
-class DLLIMPORT CCManager : public Mgr<CCManager>, wxEvtHandler
+class DLLIMPORT CCManager : public Mgr<CCManager>, public wxEvtHandler
{
public:
friend class Mgr<CCManager>;