X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fstatefuldestructible.h;h=4c321d2cc0fab0d6bdc1fe5b062b38238b655469;hb=94a136a6bf9f8e8d402b97c95924f253e505e9ac;hp=79f5356c9f7ed7e9d016e79616b73e4fa1205c86;hpb=cf806123ca5faaef483f898daba3f7bd38ec62eb;p=ardour.git diff --git a/libs/pbd/pbd/statefuldestructible.h b/libs/pbd/pbd/statefuldestructible.h index 79f5356c9f..4c321d2cc0 100644 --- a/libs/pbd/pbd/statefuldestructible.h +++ b/libs/pbd/pbd/statefuldestructible.h @@ -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 { };