X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbinarycomponent.cpp;h=09a47fc8a5cb19ed61af9947f36df9f69bc6e8e5;hb=d0ad2256a21b9e83ad408564a1521b98617f20ba;hp=0d3e253b3d5d4afc8714fe8e16eff45724ab348c;hpb=ff6c280c5470175c7792dce9f2e309ba9c876f24;p=builder.git diff --git a/source/binarycomponent.cpp b/source/binarycomponent.cpp index 0d3e253..09a47fc 100644 --- a/source/binarycomponent.cpp +++ b/source/binarycomponent.cpp @@ -122,7 +122,7 @@ void BinaryComponent::create_targets() const } BinaryComponent::Loader::Loader(BinaryComponent &c): - DerivedObjectLoader(c) + DataFile::DerivedObjectLoader(c) { add("use", &Loader::use); }