Changeset 2750 for code/branches/network/src/core/LuaBind.cc
- Timestamp:
- Mar 5, 2009, 2:58:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/LuaBind.cc
r2710 r2750 53 53 LuaBind::singletonRef_s = this; 54 54 55 this->includePath_ = Core::getMediaPath POSIXString();55 this->includePath_ = Core::getMediaPathString(); 56 56 57 57 luaState_ = lua_open(); … … 90 90 output_ = ""; 91 91 std::ifstream file; 92 file.open(filepath. file_string().c_str(), std::fstream::in);92 file.open(filepath.string().c_str(), std::fstream::in); 93 93 94 94 if (!file.is_open())
Note: See TracChangeset
for help on using the changeset viewer.