Changeset 380 for trunk/src/engine/program_manager.cc
- Timestamp:
- 05/29/15 17:28:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/program_manager.cc
r368 r380 46 46 } 47 47 48 void nv::program_manager::load_source( lua::table_guard& table, st ring& out, conststring& append )48 void nv::program_manager::load_source( lua::table_guard& table, std::string& out, const std::string& append ) 49 49 { 50 50 out = append;
Note: See TracChangeset
for help on using the changeset viewer.