Changeset 11115 for code/trunk/src/modules
- Timestamp:
- Feb 14, 2016, 6:08:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/GUIOverlay.cc
r11071 r11115 73 73 if (this->isVisible()) 74 74 { 75 const std::string& str = multi_cast<std::string>(reinterpret_cast<long >(this));75 const std::string& str = multi_cast<std::string>(reinterpret_cast<long long>(this)); 76 76 GUIManager::getInstance().showGUIExtra(this->guiName_, str); 77 77
Note: See TracChangeset
for help on using the changeset viewer.