]> 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 85af6bd567e79a52c5989702bc38dae70ba1d589..e3698ebc0d08b55ba4c72b8840ab298e5c7e1f07 100644 (file)
@@ -16,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();
 };