aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/simple2
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/tutorial/simple2')
-rwxr-xr-xexternals/grill/flext/tutorial/simple2/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/simple2/main.cpp b/externals/grill/flext/tutorial/simple2/main.cpp
index f23e1745..49b05351 100755
--- a/externals/grill/flext/tutorial/simple2/main.cpp
+++ b/externals/grill/flext/tutorial/simple2/main.cpp
@@ -37,8 +37,8 @@ protected:
private:
// FLEXT_CALLBACK_F(...) is a shortcut for FLEXT_CALLBACK_1(...,float)
- FLEXT_CALLBACK_F(m_float1); // callback for method "m_float1" (with one float argument)
- FLEXT_CALLBACK_F(m_float2); // callback for method "m_float2" (with one float argument)
+ FLEXT_CALLBACK_F(m_float1) // callback for method "m_float1" (with one float argument)
+ FLEXT_CALLBACK_F(m_float2) // callback for method "m_float2" (with one float argument)
};
// instantiate the class (constructor has one float argument)