]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.h
Allow sources to be created without a component
[builder.git] / source / gnucxxcompiler.h
index 760994f78ab5cedfd60598c3d8965e2c85ab0d61..53d2d2ac94df4b2775ab86172340cc13458edd17 100644 (file)
@@ -9,6 +9,7 @@ public:
        GnuCxxCompiler(Builder &);
 
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
+       virtual Target *create_source(const Msp::FS::Path &) const;
 };
 
 #endif