Changeset 268 for trunk/src/gui/gui_style.cc
- Timestamp:
- 06/19/14 20:22:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/gui_style.cc
r204 r268 67 67 { 68 68 const char* centry = entry.c_str(); 69 const char* cid = e-> get_id().c_str();70 const char* cclass = e-> get_class().c_str();69 const char* cid = e->m_id.c_str(); 70 const char* cclass = e->m_class.c_str(); 71 71 lua_getglobal( m_lua, "default" ); 72 72 int global = lua_gettop( m_lua );
Note: See TracChangeset
for help on using the changeset viewer.