Avoid assert() when loading xml: Throw an XMLerror if attribute_value fails.
[ardour.git] / libs / pbd / pbd / textreceiver.h
index 9fe7e0828da9ecc791c4d39a61d3b882a8148f6e..3fad63f66c67d3db870a71d48d64ec6349354db6 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
@@ -25,7 +25,7 @@
 #include "pbd/libpbd_visibility.h"
 #include "receiver.h"
 
-class LIBPBD_API TextReceiver : public Receiver 
+class LIBPBD_API TextReceiver : public Receiver
 {
   public:
        TextReceiver (const std::string &n);