build: updated changlog for release 0.12.25

* and fixed clang warnings
This commit is contained in:
Eberhard Graether
2017-05-16 16:38:34 +02:00
parent 7cef92cb20
commit ea3fd8b928
3 changed files with 19 additions and 4 deletions
+2
View File
@@ -12,6 +12,8 @@ std::string nameDelimiterTypeToString(NameDelimiterType delimiter)
return "::";
case NAME_DELIMITER_JAVA:
return ".";
default:
break;
}
return "@";
}