We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9cc92 commit 0c7b33dCopy full SHA for 0c7b33d
Applications/Cxx/gdcmclean.cxx
@@ -155,7 +155,7 @@ static void PrintHelp() {
155
}
156
157
namespace {
158
-std::vector<std::string> split(const std::string &str, char delimiter = ',') {
+std::vector<std::string> split(const std::string &str, const char delimiter = ',') {
159
std::vector<std::string> tokens;
160
std::stringstream ss(str);
161
std::string item;
0 commit comments