X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fzonebar.h;h=8a0b3098ab451c41087f124807aa28007cfc3086;hb=d2dfed1a38c5e8487532e9055fad464cf54efd83;hp=c9a7580c3921650246cd6f782918518de8efe926;hpb=4e406ca29b1bb87a8e20324e5cf54f5b5de6afb8;p=r2c2.git diff --git a/source/designer/zonebar.h b/source/designer/zonebar.h index c9a7580..8a0b309 100644 --- a/source/designer/zonebar.h +++ b/source/designer/zonebar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef ZONEBAR_H_ #define ZONEBAR_H_ @@ -24,7 +17,7 @@ public: Zonebar(Designer &); private: - void zone_added(R2C2::Zone &); + void track_chain_added(R2C2::TrackChain &); void zone_renamed(const std::string &, const std::string &, unsigned); void group_selected(unsigned, const std::string &); void number_selected(unsigned, const std::string &);