fix OSX compilation
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 8996fe0a21f5f14be45f27cffb6d84b24fa7fc8a..5c8df726c7ef8f0f9f3a0b54aae261ded5208602 100644 (file)
@@ -41,11 +41,11 @@ public:
        virtual int package (Gtk::Window &);
 
        bool non_gtk_gui () const { return true; }
-       
+
 protected:
 
        virtual int get_XID () = 0;
-       
+
        boost::shared_ptr<ARDOUR::VSTPlugin> _vst;
        Gtk::Socket _socket;