Changeset 265 for trunk/src/object.cc


Ignore:
Timestamp:
06/19/14 02:22:56 (11 years ago)
Author:
epyon
Message:
  • lua::ref lightweight wrapper class
  • allows distinction from int for templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/object.cc

    r257 r265  
    1818        , m_name()
    1919        , m_uid(0)
    20         , m_lua_index(lua::ref_none)
    21         , m_lua_proto_index(lua::ref_none)
     20        , m_lua_index(lua::ref::none)
     21        , m_lua_proto_index(lua::ref::none)
    2222        , m_parent( nullptr )
    2323        , m_children()
Note: See TracChangeset for help on using the changeset viewer.