]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Resolve cmdline targets and what-ifs the same way
[builder.git] / source / package.h
index 3a7ba3ab3c19cd71410874eeb2fd0877098ac478..aed1fd9c061b1f37fde116c42ec23ee539d3a3a5 100644 (file)
@@ -44,8 +44,8 @@ protected:
 public:
        virtual ~Package() { }
 
-       const std::string &get_name() const { return name; }
        Builder &get_builder() const { return builder; }
+       const std::string &get_name() const { return name; }
        const Requirements &get_required_packages() const { return requires; }
 
        const BuildInfo &get_exported_build_info() const { return export_binfo; }