diff options
Diffstat (limited to 'source/EditorNotification.hpp')
-rw-r--r-- | source/EditorNotification.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/EditorNotification.hpp b/source/EditorNotification.hpp index 7bb6dab..3af8c2d 100644 --- a/source/EditorNotification.hpp +++ b/source/EditorNotification.hpp @@ -64,7 +64,7 @@ public: ImVec4 GetColor(); const char* GetIcon(); const char* GetContent(); - ; + uint64_t GetElapsedTime(); ImGuiToastPhase GetPhase(); float GetFadePercent(); |