]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Move the TargetMap typedef inside Builder
[builder.git] / source / builder.h
index 18f4b52c56dfa744f085d4e3e2eaeb2e486856b4..4cfe0c158e3b111546a11d9782af2ae0bbce21e7 100644 (file)
@@ -52,6 +52,10 @@ private:
                void option(const std::string &, const std::string &);
        };
 
+public:
+       typedef std::map<std::string, Target *> TargetMap;
+
+private:
        typedef std::list<Package *> PackageList;
        typedef std::map<std::string, Package *> PackageMap;
        typedef std::map<std::string, StringMap> ProfileTemplateMap;