diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-30 15:15:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-30 15:15:30 +0100 |
| commit | a4114c49aeec1e24e0607814a88f0f6a2d6111f5 (patch) | |
| tree | ef2355f9438d2fd58e61a1a4917b40fae3a35d1e /src/iso6937.h | |
| parent | d23fd4a0505279eafcc4ea50116d69ecec733a5b (diff) | |
Tidy ISO translator prototype.
Diffstat (limited to 'src/iso6937.h')
| -rw-r--r-- | src/iso6937.h | 2 |
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); }; |
