From d0ad2256a21b9e83ad408564a1521b98617f20ba Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 7 Oct 2014 02:02:48 +0300 Subject: [PATCH] Use qualified name in base class initializer --- source/binarycomponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0