Add another conversion.
[libcxml.git] / src / cxml.h
index a2d5b88b3aeb423db5918d16dd50fa52e512157e..20a948ae29e920a5204e37cb2b91b53b0fb9a1d8 100644 (file)
@@ -82,6 +82,10 @@ template <>
 int
 raw_convert (std::string v);
 
+template <>
+unsigned int
+raw_convert (std::string v);
+
 template <>
 long int
 raw_convert (std::string v);