Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (16 years ago)
Author:
rgrieder
Message:
  • the master has spoken…
  • misc/String.h is not anymore..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioStream.h

    r708 r715  
    1111  {
    1212    public:
    13       AudioStream(orxonox::String path);
     13      AudioStream(std::string path);
    1414      void open();
    1515      void release();
     
    2424      void empty();
    2525      void check();
    26       orxonox::String errorString(int code);
     26      std::string errorString(int code);
    2727
    2828    private:
    29       orxonox::String path;
     29      std::string path;
    3030
    3131      FILE*           oggFile;
Note: See TracChangeset for help on using the changeset viewer.