diff options
Diffstat (limited to '')
-rw-r--r-- | src/filetarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filetarget.h b/src/filetarget.h index 11dc180..c872c0a 100644 --- a/src/filetarget.h +++ b/src/filetarget.h | |||
@@ -18,6 +18,7 @@ public: | |||
18 | virtual void clean( class Builder &bld ); | 18 | virtual void clean( class Builder &bld ); |
19 | 19 | ||
20 | private: | 20 | private: |
21 | // start here with the file time cache | ||
21 | 22 | ||
22 | }; | 23 | }; |
23 | 24 | ||