Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2009, 6:47:14 PM (15 years ago)
Author:
rgrieder
Message:

Removed ConvertValue function, non capital version should be enough ;)
Also added std::string forward declaration to OrxonoxConfig.h.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/OrxonoxConfig.h.in

    r2946 r3152  
    181181*/
    182182
     183/* Forward declare the everywhere used std::string */
     184namespace std
     185{
     186    template<class _Elem> struct char_traits;
     187    template<class _Ty>   class  allocator;
     188    template<class _Elem, class _Traits, class _Ax> class basic_string;
     189    typedef basic_string<char, char_traits<char>, allocator<char> > string;
     190}
     191
    183192/* Visual Leak Detector looks for memory leaks */
    184193#cmakedefine VISUAL_LEAK_DETECTOR_ENABLE
Note: See TracChangeset for help on using the changeset viewer.