]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/routebar.h
Simplify some interfaces by using track and block iterators
[r2c2.git] / source / designer / routebar.h
index 005b0044a02dd682ef8e930f562086cbb0c770a2..85af6bd567e79a52c5989702bc38dae70ba1d589 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ROUTEBAR_H_
 #define ROUTEBAR_H_
 
 #include <msp/gltk/dropdown.h>
 #include "toolbar.h"
 
-class Routebar: public Toolbar
+class Routebar: public Toolbar, public sigc::trackable
 {
 private:
        Designer &designer;