summaryrefslogtreecommitdiff
path: root/src/iso6937.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-30 15:15:30 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-30 15:15:30 +0100
commita4114c49aeec1e24e0607814a88f0f6a2d6111f5 (patch)
treeef2355f9438d2fd58e61a1a4917b40fae3a35d1e /src/iso6937.h
parentd23fd4a0505279eafcc4ea50116d69ecec733a5b (diff)
Tidy ISO translator prototype.
Diffstat (limited to 'src/iso6937.h')
-rw-r--r--src/iso6937.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso6937.h b/src/iso6937.h
index 700602d..7b85edf 100644
--- a/src/iso6937.h
+++ b/src/iso6937.h
@@ -19,6 +19,6 @@
namespace sub {
- extern std::wstring iso6937_to_utf16 (char const * s);
+extern std::wstring iso6937_to_utf16 (std::string);
};