aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/cmixprotofunctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-common/cmixprotofunctor.hpp')
-rw-r--r--libcmix-common/cmixprotofunctor.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp
index 75944f9..5fd736b 100644
--- a/libcmix-common/cmixprotofunctor.hpp
+++ b/libcmix-common/cmixprotofunctor.hpp
@@ -67,7 +67,12 @@ struct CMixProtoFunctor {
/*!
* #MESSAGE_SETTER_DECL(PrePre, prepre)
*/
- MESSAGE_SETTER_DEF(PrePre, prepre);
+ MESSAGE_SETTER_DEF(PrePre, prepre)
+
+ /*!
+ * #MESSAGE_SETTER_DECL(PreMix, premix)
+ */
+ MESSAGE_SETTER_DEF(PreMix, premix)
#undef MESSAGE_SETTER_DEF
};