mirror of
https://github.com/cdcseacave/TinyEXIF.git
synced 2026-07-29 15:13:02 +04:00
fix tinyxml2 namespace
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ namespace Tools {
|
||||
}
|
||||
|
||||
// split an input string with a delimiter and fill a string vector
|
||||
static void strSplit(const std::string& str, TCHAR delim, std::vector<std::string>& values) {
|
||||
static void strSplit(const std::string& str, char delim, std::vector<std::string>& values) {
|
||||
values.clear();
|
||||
std::string::size_type start(0), end(0);
|
||||
while (end != std::string::npos) {
|
||||
|
||||
Reference in New Issue
Block a user