diff options
Diffstat (limited to 'include/libstate.h')
-rw-r--r-- | include/libstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libstate.h b/include/libstate.h index 6e227140a..531824670 100644 --- a/include/libstate.h +++ b/include/libstate.h @@ -52,7 +52,7 @@ class Library_State class Mutex* get_mutex() const; void set_x509_state(class X509_GlobalState*); - class X509_GlobalState& x509_state() const; + class X509_GlobalState& x509_state(); void set_transcoder(class Charset_Transcoder*); std::string transcode(const std::string, |