summaryrefslogtreecommitdiff
path: root/src/lib/raw_convert.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-31 22:53:59 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-31 22:53:59 +0100
commitb4953b41f65313f4b3077654b2299b53cfc1fed6 (patch)
tree81a3f1ccc2002d75e2b0d728c7ce6e69dad89d35 /src/lib/raw_convert.h
parent291e2fe2e7df95019feba8097b68b31ec64be794 (diff)
Fix some more incomplete strings in the properties dialogue (#874).
Diffstat (limited to 'src/lib/raw_convert.h')
-rw-r--r--src/lib/raw_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/raw_convert.h b/src/lib/raw_convert.h
index 623b1c525..46b7d0dff 100644
--- a/src/lib/raw_convert.h
+++ b/src/lib/raw_convert.h
@@ -51,6 +51,10 @@ raw_convert<std::string, char const *> (char const * v, int);
template <>
std::string
+raw_convert<std::string, char*> (char* v, int);
+
+template <>
+std::string
raw_convert<std::string, std::string> (std::string v, int);
#endif