X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffiletarget.h;h=851085ba040a1834c47a3967cfcec491a14efdf6;hb=1c43971ed99fd2f72ae171d6cdafabab74e37f4e;hp=6c12a5df22e38fb54e7ff7433f6f26c6c4cc668c;hpb=03227882aef8b448065e6ca9cda9b7722b7a9753;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 6c12a5d..851085b 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -46,6 +46,9 @@ public: protected: virtual void build_finished(bool); + +public: + virtual void clean(); }; #endif