X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farchitecture.h;h=f60381f9905ddb6573c304470b0be7304aed6a9d;hb=0c83b922e56976a30506d9f8d43c9dcd38d573b5;hp=a6388347abb0e9b2cf73b59fee119598cb2909ce;hpb=433f9ef196b6f5af6bb38447b650f5afaa5a783a;p=builder.git diff --git a/source/architecture.h b/source/architecture.h index a638834..f60381f 100644 --- a/source/architecture.h +++ b/source/architecture.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef ARCHITECTURE_H_ #define ARCHITECTURE_H_ @@ -58,6 +51,7 @@ public: const BuildInfo &get_build_info() const { return build_info; } private: + std::string resolve_alias(const std::string &) const; void parse_specification(const std::string &); };