diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index 365a8ff..92ae56d 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -38,7 +38,7 @@ Typical RMGUI: // editor.h // [...] somewhere in a class declaration -MenuItem* m_Item; +MenuItem* m_SaveItem; // editor.cpp // [...] somewhere in an init/constructor function