From 7b9c342bdac7349396fad73cd676d5ad5751978e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20J=C3=B6nsson?= Date: Mon, 18 May 2015 09:32:24 +0200 Subject: [PATCH] Fix outdated comment. --- PowerEditor/src/MISC/Common/Sorters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerEditor/src/MISC/Common/Sorters.h b/PowerEditor/src/MISC/Common/Sorters.h index b6a1c29bc..4873f8386 100644 --- a/PowerEditor/src/MISC/Common/Sorters.h +++ b/PowerEditor/src/MISC/Common/Sorters.h @@ -71,7 +71,8 @@ public: } }; -// Convert each line to a number (somehow - see stringToNumber) and then sort. +// Convert each line to a number and then sort. +// The conversion must be implemented in classes which inherit from this, see prepareStringForConversion and convertStringToNumber. template class NumericSorter : public ISorter {