X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Froutebar.h;h=e3698ebc0d08b55ba4c72b8840ab298e5c7e1f07;hb=0c2a3e6c435fd4cf05cc5275f750d341842aa543;hp=005b0044a02dd682ef8e930f562086cbb0c770a2;hpb=c6b9a38300cc2ecfc0df66af162620b9ea5a1e3e;p=r2c2.git diff --git a/source/designer/routebar.h b/source/designer/routebar.h index 005b004..e3698eb 100644 --- a/source/designer/routebar.h +++ b/source/designer/routebar.h @@ -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 #include "toolbar.h" -class Routebar: public Toolbar +class Routebar: public Toolbar, public sigc::trackable { private: Designer &designer; @@ -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(); };