X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=6d6be3377aa1f1cc71ffb2b4407c88335f0ee03e;hb=6ba6af3637c299ab00828c49de9151429488cc17;hp=a4bfc428e7ed467797e90b59414ded97baf2a367;hpb=2fe7cbcb761487bc7409b93b372da6f8ab3c581e;p=r2c2.git diff --git a/source/remote/remote.h b/source/remote/remote.h index a4bfc42..6d6be33 100644 --- a/source/remote/remote.h +++ b/source/remote/remote.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of the MSP Märklin suite -Copyright © 2009 Mikkosoft Productions, Mikko Rasa +Copyright © 2009-2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -31,6 +31,8 @@ private: public: Remote(int argc, char **argv); + + const Marklin::Catalogue &get_catalogue() const { return catalogue; } private: void tick();