add syntax and scaffolding for MIDI binding maps to refer to selected tracks/busses.
[ardour.git] / libs / pbd / pbd / destructible.h
index 78f6f83b7a894be476e6b21fa0c05c244a82b0c6..261697cafa05cbde4d94203b91c38eb9c7e7666e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul 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
@@ -29,7 +29,7 @@ class LIBPBD_API Destructible {
   public:
         Destructible() {}
        virtual ~Destructible () { Destroyed(); }
-       
+
        PBD::Signal0<void> Destroyed;
        PBD::Signal0<void> DropReferences;