X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.h;h=ea6ed05f9efab6bc8d547cd5e0b33799dff549de;hb=be8a901dfc026f61db46d5d64a41cecc619bc97d;hp=a6688d07ff0ce2022abdf5dc2c01a25ae473f29c;hpb=4c11e2a041d2064f44b7eb3dbf1976c35fc8881c;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