]> git.tdb.fi Git - builder.git/blobdiff - source/architecture.h
Remove a useless path-to-string conversion
[builder.git] / source / architecture.h
index a6388347abb0e9b2cf73b59fee119598cb2909ce..f60381f9905ddb6573c304470b0be7304aed6a9d 100644 (file)
@@ -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 &);
 };