mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / ghostregion.h
index 719253839468a02c46a22402e0291dc956583bbb..d8cff83143a87c67d8e2bd9ec1ed3bcb7040a0d2 100644 (file)
@@ -24,7 +24,7 @@
 #include <boost/unordered_map.hpp>
 #include "pbd/signals.h"
 
-namespace ArdourCanvas {
+namespace ArdourWaveView {
        class WaveView;
 }
 
@@ -76,7 +76,7 @@ public:
        void set_height();
        void set_colors();
 
-       std::vector<ArdourCanvas::WaveView*> waves;
+       std::vector<ArdourWaveView::WaveView*> waves;
 };
 
 class MidiGhostRegion : public GhostRegion {