From b49e5cfc7013cef7e9af79d17e04f7e7e4c377d4 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Fri, 24 Oct 2014 16:22:05 +0200 Subject: Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanism --- src/modalMenu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modalMenu.h') diff --git a/src/modalMenu.h b/src/modalMenu.h index 2c512d3ca..72ecedcb9 100644 --- a/src/modalMenu.h +++ b/src/modalMenu.h @@ -96,6 +96,8 @@ public: WARNING: THIS DEALLOCATES THE MENU FROM MEMORY. Return immediately if you call this from the menu itself. + + (More precisely, this decrements the reference count.) */ void quitMenu() { -- cgit v1.2.3