summaryrefslogtreecommitdiffstats
path: root/src/Matrix4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Matrix4.h')
-rw-r--r--src/Matrix4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Matrix4.h b/src/Matrix4.h
index 081847b9f..61ea60bfd 100644
--- a/src/Matrix4.h
+++ b/src/Matrix4.h
@@ -34,6 +34,8 @@ public:
{
*this = a_Rhs;
}
+
+ // tolua_end
inline Matrix4 & operator = (const Matrix4 & a_Rhs)
{
@@ -43,6 +45,8 @@ public:
}
return *this;
}
+
+ // tolua_begin
inline T & operator [] (int a_N)
{