mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
corrected the declaration of m_SaveItem in RMGUI example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user