]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/routebar.h
Make use of the unified storage class for other parts of Layout
[r2c2.git] / source / designer / routebar.h
index 07ca3ea457db6a583f9ca01ab231747fa95b039a..e3698ebc0d08b55ba4c72b8840ab298e5c7e1f07 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ROUTEBAR_H_
 #define ROUTEBAR_H_
 
@@ -23,7 +16,7 @@ public:
 private:
        void route_selected(unsigned, const std::string &);
        void delete_route_clicked();
-       void route_added(R2C2::Route &);
+       void track_chain_added(R2C2::TrackChain &);
        void update_routes();
 };