summaryrefslogtreecommitdiff
path: root/include/d/a/d_a_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/a/d_a_base.h')
-rw-r--r--include/d/a/d_a_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/a/d_a_base.h b/include/d/a/d_a_base.h
index f063e4e2..b405f69d 100644
--- a/include/d/a/d_a_base.h
+++ b/include/d/a/d_a_base.h
@@ -72,7 +72,7 @@ public:
enum AcProperties_e {
AC_PROP_0x1 = (1 << 0),
AC_PROP_0x2 = (1 << 1),
- AC_PROP_0x4 = (1 << 2),
+ AC_PROP_0x4 = (1 << 2), // when set, also update in event
AC_PROP_0x100 = (1 << 8),
AC_PROP_0x400 = (1 << 10),
AC_PROP_0x800 = (1 << 11),