Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 8:01:43 PM (17 years ago)
Author:
nicolasc
Message:

fixed auto repeat problem

Location:
code/branches/FICN/src/orxonox/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc

    r592 r663  
    2727
    2828#include <fstream>
    29 #include <string>
     29// #include <string>
    3030#include "ConfigValueContainer.h"
    3131
  • code/branches/FICN/src/orxonox/core/ConfigValueContainer.h

    r497 r663  
    7474            /** @returns the value of the type Vector3. @param value This is only needed to determine the right type. */
    7575            inline Ogre::Vector3 getValue(const Ogre::Vector3& value)           { return this->value_vector3_; }
    76             /** @returns the value of the type Colour£Value. @param value This is only needed to determine the right type. */
     76            /** @returns the value of the type ColourValue. @param value This is only needed to determine the right type. */
    7777            inline Ogre::ColourValue getValue(const Ogre::ColourValue& value)   { return this->value_colourvalue_; }
    7878
Note: See TracChangeset for help on using the changeset viewer.