X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c631741b391c2355269946550cfa3088826a37ae..8325504f4bf9dc557745f4dcb26b43c029d5106d:/include/wx/richtext/richtextctrl.h diff --git a/include/wx/richtext/richtextctrl.h b/include/wx/richtext/richtextctrl.h index dc240371cb..8d72b3909c 100644 --- a/include/wx/richtext/richtextctrl.h +++ b/include/wx/richtext/richtextctrl.h @@ -177,7 +177,7 @@ public: /// Get/set context menu wxMenu* GetContextMenu() const { return m_contextMenu; } - void SetContextMenu(wxMenu* menu) { m_contextMenu = menu; } + void SetContextMenu(wxMenu* menu); /// Anchor so we know how to extend the selection /// It's a caret position since it's between two characters.