X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.h;h=ea6ed05f9efab6bc8d547cd5e0b33799dff549de;hb=8d636197d4adf5e882e51ffd2ff86d959dd82d6b;hp=a6688d07ff0ce2022abdf5dc2c01a25ae473f29c;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/sourcefile.h b/source/sourcefile.h index a6688d0..ea6ed05 100644 --- a/source/sourcefile.h +++ b/source/sourcefile.h @@ -23,10 +23,11 @@ public: const char *get_type() const { return "SourceFile"; } const Component *get_component() const { return comp; } void find_depends(); - Action *build() { return 0; } private: const Component *comp; StringList includes; + + virtual Action *create_action() { return 0; } }; #endif