Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2016, 6:08:13 PM (8 years ago)
Author:
landauf
Message:

fixed code to compile in 64bit mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/GUIOverlay.cc

    r11071 r11115  
    7373        if (this->isVisible())
    7474        {
    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));
    7676            GUIManager::getInstance().showGUIExtra(this->guiName_, str);
    7777
Note: See TracChangeset for help on using the changeset viewer.