tags 356173 +patch
thanks

This patch fixes all the errors:

diff -ur cheesetracker-0.9.9.orig/cheesetracker/trackercore/saver.cpp 
cheesetracker-0.9.9/cheesetracker/trackercore/saver.cpp
--- cheesetracker-0.9.9.orig/cheesetracker/trackercore/saver.cpp        
2004-04-23 03:21:32.000000000 +0000
+++ cheesetracker-0.9.9/cheesetracker/trackercore/saver.cpp     2006-03-10 
13:15:44.000000000 +0000
@@ -35,11 +35,7 @@
 
 #include "saver.h"
 
-namespace Audio {
-
-
 Saver::Saver(){
 }
 Saver::~Saver(){
 }
-}; // end of namespace declaration
diff -ur cheesetracker-0.9.9.orig/common/components/audio/resampler_manager.h 
cheesetracker-0.9.9/common/components/audio/resampler_manager.h
--- cheesetracker-0.9.9.orig/common/components/audio/resampler_manager.h        
2004-04-23 03:21:22.000000000 +0000
+++ cheesetracker-0.9.9/common/components/audio/resampler_manager.h     
2006-03-10 12:56:38.000000000 +0000
@@ -34,7 +34,7 @@
 
 public:
 
-       static Resampler_Manager * Resampler_Manager::get_resampler_manager();
+       static Resampler_Manager * get_resampler_manager();
        int get_resampler_count();
        Resampler * get_resampler(int p_index);
 
diff -ur cheesetracker-0.9.9.orig/common/components/data/property_bridges.h 
cheesetracker-0.9.9/common/components/data/property_bridges.h
--- cheesetracker-0.9.9.orig/common/components/data/property_bridges.h  
2004-04-23 03:21:24.000000000 +0000
+++ cheesetracker-0.9.9/common/components/data/property_bridges.h       
2006-03-10 12:56:38.000000000 +0000
@@ -41,7 +41,7 @@
   */
 
   #define BRIDGE_COPY_VALUE(T) \
-       virtual bool T::copy_value(const Property_Bridge& rvalue) {\
+       virtual bool copy_value(const Property_Bridge& rvalue) {\
                T* rcast = dynamic_cast<T*>((T*)&rvalue);\
                if (rcast) {\
                        set(rcast->get());\
diff -ur cheesetracker-0.9.9.orig/common/drivers/posix/sound_driver_jack.h 
cheesetracker-0.9.9/common/drivers/posix/sound_driver_jack.h
--- cheesetracker-0.9.9.orig/common/drivers/posix/sound_driver_jack.h   
2004-04-23 03:21:26.000000000 +0000
+++ cheesetracker-0.9.9/common/drivers/posix/sound_driver_jack.h        
2006-03-10 12:57:44.000000000 +0000
@@ -72,7 +72,7 @@
 
        int jack_callback_nframes;
 
-       Sound_Driver::Status Sound_Driver_JACK::process();
+       Sound_Driver::Status process();
 
         static int process_jack_callback(jack_nframes_t nframes,void *arg);
         static int jack_set_mixfreq(jack_nframes_t nframes,void *arg);
-- END --

-- 
Ben Hutchings
Q.  Which is the greater problem in the world today, ignorance or apathy?
A.  I don't know and I couldn't care less.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to