summaryrefslogtreecommitdiff
path: root/src/gui/beingpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/beingpopup.h')
-rw-r--r--src/gui/beingpopup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/beingpopup.h b/src/gui/beingpopup.h
index 440242778..3ac46d30c 100644
--- a/src/gui/beingpopup.h
+++ b/src/gui/beingpopup.h
@@ -50,6 +50,10 @@ class BeingPopup final : public Popup
*/
void show(const int x, const int y, Being *const b);
+#ifdef USE_PROFILER
+ void logic();
+#endif
+
private:
Label *mBeingName;
Label *mBeingParty;