Fix class_info() calling lua_typename() with stack index.
commit9dfe0ebcca0d96a33cc3ce4bf933161989745c9b
authorDaniel Wallin <daniel@boostpro.com>
Mon, 7 Dec 2009 14:32:46 +0000 (7 15:32 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Mon, 7 Dec 2009 14:33:25 +0000 (7 15:33 +0100)
tree1b9bb64fc2920fa8f118a333f63e93d0ab5833ed
parent4002c32c50cb4dfdb41c6bc9398c34ac226557b0
Fix class_info() calling lua_typename() with stack index.

lua_typename() should be called with a type index, not a stack index.
src/class_info.cpp