Changeset 1634 for code/branches/gcc43/src/tolua
- Timestamp:
- Jun 29, 2008, 7:36:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gcc43/src/tolua/tolua++.h
r1505 r1634 132 132 133 133 #ifdef __cplusplus 134 static inlineconst char* tolua_tocppstring (lua_State* L, int narg, const char* def) {134 static const char* tolua_tocppstring (lua_State* L, int narg, const char* def) { 135 135 136 136 const char* s = tolua_tostring(L, narg, def); … … 138 138 }; 139 139 140 static inlineconst char* tolua_tofieldcppstring (lua_State* L, int lo, int index, const char* def) {140 static const char* tolua_tofieldcppstring (lua_State* L, int lo, int index, const char* def) { 141 141 142 142 const char* s = tolua_tofieldstring(L, lo, index, def);
Note: See TracChangeset
for help on using the changeset viewer.