X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.h;h=c7ffce3ca88bf583844a1c3dc7546fbad425b73f;hb=83d2a8a39e0a09733ffc666d7f885fc328b831f2;hp=b1b6aea994d3142ceb89f33dc3afb2c770c0790f;hpb=a63fc8c311155582a1efb3bc07f010cf159f299c;p=builder.git diff --git a/source/component.h b/source/component.h index b1b6aea..c7ffce3 100644 --- a/source/component.h +++ b/source/component.h @@ -74,9 +74,9 @@ public: const PathList &get_sources() const { return sources; } const BuildInfo &get_build_info() const { return build_info; } bool get_install() const { return install; } - bool get_modular() const { return modular; } + bool is_modular() const { return modular; } const PackageList &get_requires() const { return requires; } - bool get_default() const { return deflt; } + bool is_default() const { return deflt; } /** Prepares the build information for building. Pulls build info from the parent and dependency packages, and adds any component-specific flags. */