Utility library for providing native functionality to the Squirrel environment.
Diff: include/sqbind.h
- Revision:
- 3:22ae7e5068e4
- Parent:
- 2:3ae6f775f5d5
- Child:
- 4:13939f98fe5f
--- a/include/sqbind.h Tue Dec 16 11:08:57 2014 +0000 +++ b/include/sqbind.h Tue Dec 16 11:10:33 2014 +0000 @@ -188,7 +188,7 @@ return sqbind_throwerror(v,"Type '%s' is not instantiable.",name); } - T *instance = 0; + T *instance; int params=sq_gettop(v);