X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftar.h;h=63652bb544b78d17630c59fece0005487ca96495;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=d81d31bae195beb4ffd925a119cb14862a236a41;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/tar.h b/source/tar.h index d81d31b..63652bb 100644 --- a/source/tar.h +++ b/source/tar.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -16,8 +16,6 @@ class TarBall; class Tar: public InternalAction { -public: - Tar(Builder &, const TarBall &); private: class Worker: public InternalAction::Worker { @@ -32,6 +30,9 @@ private: const TarBall &tarball; StringList files; + +public: + Tar(Builder &, const TarBall &); }; #endif