Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 4:12:45 PM (15 years ago)
Author:
rgrieder
Message:

Small fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/gui/GUIManager.h

    r3143 r3153  
    9191        void executeCode(const std::string& str);
    9292
    93         bool registerOverlay(std::string name, GUIOverlay* overlay); //!< Register a GUIOverlay with the GUIManager.
    94         GUIOverlay* getOverlay(std::string name); // Get the GUIOverlay of the GUI with the given name.
     93        bool registerOverlay(const std::string& name, GUIOverlay* overlay); //!< Register a GUIOverlay with the GUIManager.
     94        GUIOverlay* getOverlay(const std::string& name); // Get the GUIOverlay of the GUI with the given name.
    9595
    9696        void setCamera(Ogre::Camera* camera);
Note: See TracChangeset for help on using the changeset viewer.