Changeset 376 for trunk/src/lua/lua_path.cc
- Timestamp:
- 05/28/15 10:21:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_path.cc
r360 r376 32 32 } 33 33 34 void lua::path::push( size_t value )34 void lua::path::push( nv::size_t value ) 35 35 { 36 36 m_elements[ m_count ].value = value;
Note: See TracChangeset
for help on using the changeset viewer.