Amp is the one place where we generate a per-sample vector for automation playback...
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
index 79f5356c9f7ed7e9d016e79616b73e4fa1205c86..4c321d2cc0fab0d6bdc1fe5b062b38238b655469 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
@@ -26,7 +26,8 @@
 
 namespace PBD {
 
-class LIBPBD_API StatefulDestructible : public Stateful, public Destructible 
+/** Base class for objects with saveable and undoable state with destruction notification */
+class LIBPBD_API StatefulDestructible : public Stateful, public Destructible
 {
 };