Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2013, 10:05:25 PM (11 years ago)
Author:
landauf
Message:

return pointers instead of references because they could be null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/orxonox/overlays/InGameConsole.cc

    r9536 r9547  
    9696        // Output buffering is not anymore needed. Not the best solution to do
    9797        // this here, but there isn't much of another way.
    98         OutputManager::getInstance().getMemoryWriter().disable();
     98        OutputManager::getInstance().getMemoryWriter()->disable();
    9999    }
    100100
Note: See TracChangeset for help on using the changeset viewer.