X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackagemanager.h;h=9b4f3476d7a2ae821650bdd5118434d1a0546d10;hb=07503a34b80778fe74977f0fb0c2094c92d64ce0;hp=48c3c16fd4fcbdb486368fa2dfed5147af7f7b8b;hpb=7606161ee4a6fd13c2f5ddca413ba3582df66f03;p=builder.git diff --git a/source/packagemanager.h b/source/packagemanager.h index 48c3c16..9b4f347 100644 --- a/source/packagemanager.h +++ b/source/packagemanager.h @@ -49,7 +49,7 @@ public: void add_package(Package *); /** Returns a package from the cache. */ - Package *get_package(const std::string &); + Package *get_package(const std::string &) const; /** Returns the package that was added first. This should be considered the primary build target. */