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 {