diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-09-17 18:14:05 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-09-17 18:14:05 +0000 |
commit | fcce7152ac00a3ed227eafd135e570584392cd08 (patch) | |
tree | 58fcf043da31326298d878a28133f248f6ed4e88 /src/pugixpath.cpp | |
parent | 01d8a2405191b931cc44e18ec5379e9846b45849 (diff) |
Fixed compilation warnings on BCC
git-svn-id: http://pugixml.googlecode.com/svn/trunk@128 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r-- | src/pugixpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index de166f4..b174e9c 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -343,7 +343,7 @@ namespace }
}
- return buf;
+ return std::string(buf);
}
double convert_string_to_number(const char* string)
|