Remove const.

This commit is contained in:
Andreas Jönsson 2015-05-15 11:49:42 +02:00
parent 014c06c89c
commit 98cafadc3f

View File

@ -2587,9 +2587,9 @@ void ScintillaEditView::columnReplace(ColumnModeInfos & cmi, const TCHAR *str)
}
}
void ScintillaEditView::columnReplace(ColumnModeInfos & cmi, int initial, int incr, int repeat, const UCHAR format)
void ScintillaEditView::columnReplace(ColumnModeInfos & cmi, int initial, int incr, int repeat, UCHAR format)
{
assert(kiRepeat > 0);
assert(repeat > 0);
// 0000 00 00 : Dec BASE_10
// 0000 00 01 : Hex BASE_16