X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d389b0445df50c2c94c6e35722f49f23c379c58..b7d403419edcd0b1e81c6d1a69ed913a1f1de0c2:/include/wx/docview.h diff --git a/include/wx/docview.h b/include/wx/docview.h index 2eba2371c9..1af42ff2c9 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -594,7 +594,7 @@ public: const wxList& GetMenus() const { return m_fileMenus; } - // Set/get base id + // Set/get base id void SetBaseId(wxWindowID baseId) { m_idBase = baseId; } wxWindowID GetBaseId() const { return m_idBase; }