Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: yayanyang <yayanyang@gmail.com>
  • Loading branch information
yayanyang committed Dec 10, 2012
1 parent 5bd4fa6 commit 88ed71d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions luabind/lua_cast.hpp
Expand Up @@ -230,6 +230,12 @@ namespace lemon{namespace luabind{
LEMON_LUABIND_INTEGER_TYPE_CAST(char);

LEMON_LUABIND_INTEGER_TYPE_CAST(unsigned char);

LEMON_LUABIND_INTEGER_TYPE_CAST(size_t);

LEMON_LUABIND_INTEGER_TYPE_CAST(double);

LEMON_LUABIND_INTEGER_TYPE_CAST(float);
}}

#endif //LEMONXX_LUABIND_LUA_CAST_HPP

0 comments on commit 88ed71d

Please sign in to comment.