]> git.tdb.fi Git - builder.git/blobdiff - source/lib/filetarget.h
Move FileTarget's constructors to the .cpp file
[builder.git] / source / lib / filetarget.h
index 124b3c5da5c2ab316309653f1260d5174b80ad35..64128d690bb4adbebc374a6281311d505788dac8 100644 (file)
@@ -19,8 +19,8 @@ protected:
        bool nested_build_sig = false;
        bool arch_in_build_sig = false;
 
-       FileTarget(Builder &b, const Msp::FS::Path &a): FileTarget(b, 0, a) { }
-       FileTarget(Builder &b, const SourcePackage &p, const Msp::FS::Path &a): FileTarget(b, &p, a) { }
+       FileTarget(Builder &b, const Msp::FS::Path &a);
+       FileTarget(Builder &b, const SourcePackage &p, const Msp::FS::Path &a);
 private:
        FileTarget(Builder &, const SourcePackage *, const Msp::FS::Path &);
        void stat();