try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if it will...
[ardour.git] / libs / pbd / pbd / receiver.h
index d3303ae19288fcecae9855be16c44fb2a1729c06..e7f3f25b0bedc7eae1effe05bfbfe48b56491645 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1998-99 Paul Barton-Davis 
+    Copyright (C) 1998-99 Paul Barton-Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ class LIBPBD_API Receiver : public sigc::trackable
   public:
        Receiver ();
        virtual ~Receiver ();
-       
+
        void listen_to (Transmitter &);
        void hangup ();