diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
commit | 460091fb0b2ff114cc741372f15bb43b702ea3b1 (patch) | |
tree | 0562c2eda4c66969c6e6d0910080db9f5b0def3e /ui/sorting.h | |
parent | 5.15 (diff) | |
download | FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.gz FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.bz2 FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.zip |
5.16
Diffstat (limited to 'ui/sorting.h')
-rw-r--r-- | ui/sorting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/sorting.h b/ui/sorting.h index 75b2593a..28d2f931 100644 --- a/ui/sorting.h +++ b/ui/sorting.h @@ -20,7 +20,7 @@ struct CompileTimeReminder : public FSObjectVisitor virtual void visit(const FileMapping& fileObj) {} virtual void visit(const SymLinkMapping& linkObj) {} virtual void visit(const DirMapping& dirObj ) {} -} checkDymanicCasts; //just a compile-time reminder to check dynamic casts in this file +} checkDymanicCasts; //just a compile-time reminder to manually check dynamic casts in this file when needed } inline |