summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BLua.h')
-rw-r--r--include/BLua.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 0a7b7a6..f416c80 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BLua.h,v 1.23 2004-12-27 18:50:55 pixel Exp $ */
+/* $Id: BLua.h,v 1.24 2005-03-31 16:23:05 pixel Exp $ */
#ifndef __BLUA_H__
#define __BLUA_H__
@@ -213,6 +213,7 @@ struct lua_functypes_t {
#include <typeinfo>
+
template <class T>
class LuaHelpers : public Base {
public: