diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:15:39 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:15:39 +0200 |
commit | d2854834e18443876c8f75e0a7f3b88d1d549fc4 (patch) | |
tree | e967b628081e50abc7c34cd264e6586271c7e728 /lib/statistics.h | |
parent | 4.1 (diff) | |
download | FreeFileSync-d2854834e18443876c8f75e0a7f3b88d1d549fc4.tar.gz FreeFileSync-d2854834e18443876c8f75e0a7f3b88d1d549fc4.tar.bz2 FreeFileSync-d2854834e18443876c8f75e0a7f3b88d1d549fc4.zip |
4.2
Diffstat (limited to 'lib/statistics.h')
-rw-r--r-- | lib/statistics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/statistics.h b/lib/statistics.h index 8f974aae..718e4f19 100644 --- a/lib/statistics.h +++ b/lib/statistics.h @@ -13,11 +13,12 @@ #include <wx/defs.h> #include <wx/string.h> #include <wx/stopwatch.h> +#include <zen/deprecate.h> class RetrieveStatistics { public: - wxDEPRECATED(~RetrieveStatistics()); //generate compiler warnings as a reminder to remove code after measurements + ZEN_DEPRECATE ~RetrieveStatistics(); //remove code after measurements! void writeEntry(double value, int objects); private: |