summaryrefslogtreecommitdiff
path: root/ui/sorting.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/sorting.h')
-rw-r--r--ui/sorting.h2
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
bgstack15