summaryrefslogtreecommitdiff
path: root/include/s
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-04-12 23:53:55 +0200
committerrobojumper <robojumper@gmail.com>2025-04-21 21:51:02 +0200
commit27c8a5dac5f9d2299be461649fa344a955c298bf (patch)
tree1ad482efc4905e28a6c065362e9ca30b7b03cab8 /include/s
parentd76002aaf5d3e7176033c590f43dcec42c662479 (diff)
d_lyt_meter_cross_btn OK
Diffstat (limited to 'include/s')
-rw-r--r--include/s/s_State.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s/s_State.hpp b/include/s/s_State.hpp
index 8e68ed91..58a198d2 100644
--- a/include/s/s_State.hpp
+++ b/include/s/s_State.hpp
@@ -39,7 +39,7 @@
mStateMgr.changeState(value); \
}
-#define STATE_MGR_DECLARE_UTIL_ISSTATE(class_name) \
+#define STATE_MGR_DEFINE_UTIL_ISSTATE(class_name) \
bool isState(const sFStateID_c<class_name> &value) const { \
return *mStateMgr.getStateID() == value; \
}