corrected the declaration of m_SaveItem in RMGUI example

Björn Albowitz 2023-04-26 10:55:57 +02:00
parent 608ea8af67
commit a03978a2e5

@ -38,7 +38,7 @@ Typical RMGUI:
// editor.h // editor.h
// [...] somewhere in a class declaration // [...] somewhere in a class declaration
MenuItem* m_Item; MenuItem* m_SaveItem;
// editor.cpp // editor.cpp
// [...] somewhere in an init/constructor function // [...] somewhere in an init/constructor function