Skip to content

Commit 0c7b33d

Browse files
committed
Minor add const
1 parent 9e9cc92 commit 0c7b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/Cxx/gdcmclean.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static void PrintHelp() {
155155
}
156156

157157
namespace {
158-
std::vector<std::string> split(const std::string &str, char delimiter = ',') {
158+
std::vector<std::string> split(const std::string &str, const char delimiter = ',') {
159159
std::vector<std::string> tokens;
160160
std::stringstream ss(str);
161161
std::string item;

0 commit comments

Comments
 (0)