Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:54:25 AM (16 years ago)
Author:
rgrieder
Message:
  • removed obsolete Convert.h includes (possibly from old XML loading)
  • replaced tabs in audio library, plus minor code cleanup because removing the tabs screwed layout
  • replaced all "#define name number" with "const Type name = number" if possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/audio/AudioSource.cc

    r1505 r1784  
    3131namespace audio
    3232{
    33         AudioSource::AudioSource()
    34         {
     33    AudioSource::AudioSource()
     34    {
    3535
    36         }
     36    }
    3737
    38         AudioSource::~AudioSource()
    39         {
     38    AudioSource::~AudioSource()
     39    {
    4040
    41         }
     41    }
    4242}
Note: See TracChangeset for help on using the changeset viewer.