X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=b7b0b78b407e4445a1f354b74e08d7571f3a9aaf;hb=5ccb12706ac217a7f0b07e4c73ca870bb70fabdf;hp=e6eb0ea5c2843b3b813dbcc497a7379dfa40b71d;hpb=1f741a165cc715e4df92f1f2f5d77339a39be73a;p=builder.git diff --git a/source/builder.h b/source/builder.h index e6eb0ea..b7b0b78 100644 --- a/source/builder.h +++ b/source/builder.h @@ -73,7 +73,7 @@ public: const Architecture &get_native_arch() const { return native_arch; } void set_build_type(const std::string &); std::vector get_build_types() const; - const BuildType &get_build_type() const { return *build_type; } + const BuildType &get_build_type() const; BuildGraph &get_build_graph() { return build_graph; } void set_prefix(const Msp::FS::Path &); void set_temp_directory(const Msp::FS::Path &);