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