aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/attr1/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-30 04:32:19 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-30 04:32:19 +0000
commit62530f3fc55d3dc1c12bcd3b88f0922c15cd82e5 (patch)
treea57fc5a54ed78f189f074724396f81330faf9a3b /externals/grill/flext/tutorial/attr1/main.cpp
parent562dcc336797951b2a8707413aa44177484c9f2a (diff)
""
svn path=/trunk/; revision=310
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