mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
ok, let's try with std::wstring
This commit is contained in:
parent
3a044bfcfd
commit
16b50bf4df
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
virtual void set_parameter(const string_type& name, bool value) = 0;
|
||||
virtual void set_parameter(const string_type& name, double value) = 0;
|
||||
virtual void set_parameter(const string_type& name, const char* value) = 0;
|
||||
virtual void set_parameter(const string_type& name, const std::string& value) = 0;
|
||||
virtual void set_parameter(const string_type& name, const string_type& value) = 0;
|
||||
|
||||
virtual void set_output(Sink<string_type, string_adaptor>& sink) = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue