lib/icu/Converter: Create() throws exception on error

This commit is contained in:
Max Kellermann
2016-04-12 22:18:36 +02:00
parent 33fdaa5b6d
commit 01b68db30e
9 changed files with 45 additions and 45 deletions
+4 -2
View File
@@ -26,9 +26,11 @@ class Error;
/**
* Performs global one-time initialization of this class.
*
* Throws std::runtime_error on error.
*/
bool
ConfigureFS(Error &error);
void
ConfigureFS();
void
DeinitFS();