X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fconfig.h;h=ba8416b923a24128416623c22e08377facf5b220;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=37508b056ef21f946592334a1078dcb5b7ab4341;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/config.h b/source/config.h index 37508b0..ba8416b 100644 --- a/source/config.h +++ b/source/config.h @@ -43,7 +43,7 @@ private: mutable bool changed = false; public: - Config(SourcePackage &); + Config(SourcePackage &p): package(p) { } /** Adds a configuration option based on a feature. */ const Option &add_option(const Feature &);