Changeset 11453 for code/branches/ogre1.9/src/libraries/core/GUIManager.cc
- Timestamp:
- Oct 15, 2017, 1:12:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ogre1.9/src/libraries/core/GUIManager.cc
r11211 r11453 846 846 bool GUIManager::protectedCeguiContextCall(FunctionType function) 847 847 { 848 return this->protectedCall(function, this->guiSystem_->getDefaultGUIContext());848 return this->protectedCall(function, &this->guiSystem_->getDefaultGUIContext()); 849 849 } 850 850 #endif
Note: See TracChangeset
for help on using the changeset viewer.