use XML state to store processors in mixer (strips) and fixup crash caused by missing...
[ardour.git] / libs / ardour / ardour / route_group.h
index d87d3fa3a487bbf18a839ce94bd1ac274423fc85..ae16394289795120b43cf855b74744ee26ed8d20 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_route_group_h__
@@ -39,7 +38,7 @@ class Track;
 class AudioTrack;
 class Session;
 
-class RouteGroup : public Stateful, public sigc::trackable {
+class RouteGroup : public PBD::Stateful, public sigc::trackable {
   public:
     enum Flag {
            Relative = 0x1,