X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftar.h;h=63652bb544b78d17630c59fece0005487ca96495;hb=f4a10e1dc189f28367eafe3b91723d275928ced7;hp=d81d31bae195beb4ffd925a119cb14862a236a41;hpb=ab25857fd626152bc9a2832de82b400c062857e6;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