For MSVC, 'using namespace whatever' doesn't help us to differentiate between ambiguo...
[ardour.git] / gtk2_ardour / stereo_panner.h
index 2f37e5f1b72d5df6a35e7c63979a37e8790bd051..ba9823214691c920157ae789d69cf27e0894d0c6 100644 (file)
@@ -61,7 +61,7 @@ class StereoPanner : public PannerInterface
   private:
        PannerEditor* editor ();
        boost::shared_ptr<ARDOUR::PannerShell> _panner_shell;
-                  
+
         boost::shared_ptr<PBD::Controllable> position_control;
         boost::shared_ptr<PBD::Controllable> width_control;
         PBD::ScopedConnectionList panvalue_connections;