Ignore:
Timestamp:
05/04/15 16:30:44 (10 years ago)
Author:
epyon
Message:
  • more string_ref usage
  • string_ref moved to string.hh
  • initial const_string implemenation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_values.cc

    r358 r360  
    191191        if ( lua_istable( L , index ) )
    192192        {
    193                 lua_pushstring( L, "__ptr" );
     193                lua_pushliteral( L, "__ptr" );
    194194                lua_rawget( L, index );
    195195                if ( lua_isuserdata( L, -1 ) )
Note: See TracChangeset for help on using the changeset viewer.