try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if it will...
[ardour.git] / libs / pbd / pbd / receiver.h
index 2919063cbe2f2c074aef5b3432470495daf20665..e7f3f25b0bedc7eae1effe05bfbfe48b56491645 100644 (file)
@@ -34,7 +34,7 @@ class LIBPBD_API Receiver : public sigc::trackable
   public:
        Receiver ();
        virtual ~Receiver ();
-       
+
        void listen_to (Transmitter &);
        void hangup ();