aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/attr1/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/attr1/main.cpp')
-rw-r--r--externals/grill/flext/tutorial/attr1/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/attr1/main.cpp b/externals/grill/flext/tutorial/attr1/main.cpp
index 4945fe8f..2659a9ac 100644
--- a/externals/grill/flext/tutorial/attr1/main.cpp
+++ b/externals/grill/flext/tutorial/attr1/main.cpp
@@ -44,10 +44,10 @@ protected:
private:
// callback for method "m_trigger" (with one float argument)
- FLEXT_CALLBACK_F(m_trigger);
+ FLEXT_CALLBACK_F(m_trigger)
// define attribute callbacks for variable "arg" (with GET and SET properties)
- FLEXT_ATTRVAR_F(arg);
+ FLEXT_ATTRVAR_F(arg)
};
// instantiate the class