Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/core/Language.h

    r1535 r1634  
    7575              @return The translated entry
    7676            */
    77             inline const std::string& getLocalisation()
     77            const std::string& getLocalisation()
    7878                { return this->localisedEntry_; }
    7979
     
    8282              @return The default entry
    8383            */
    84             inline const std::string& getDefault()
     84            const std::string& getDefault()
    8585                { return this->fallbackEntry_; }
    8686
     
    8989                @param label The label
    9090            */
    91             inline void setLabel(const LanguageEntryLabel& label)
     91            void setLabel(const LanguageEntryLabel& label)
    9292                { this->label_ = label; }
    9393
     
    9696                @return The label
    9797            */
    98             inline const LanguageEntryLabel& getLabel() const
     98            const LanguageEntryLabel& getLabel() const
    9999                { return this->label_; }
    100100
Note: See TracChangeset for help on using the changeset viewer.