diff options
-rw-r--r-- | glib/glibmm/ustring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glibmm/ustring.h b/glib/glibmm/ustring.h index c295fd0b..41165f58 100644 --- a/glib/glibmm/ustring.h +++ b/glib/glibmm/ustring.h @@ -981,8 +981,8 @@ class ustring::FormatStream { public: // noncopyable - GLIBMM_API FormatStream(const ustring::FormatStream&) = delete; - GLIBMM_API FormatStream& operator=(const ustring::FormatStream&) = delete; + FormatStream(const ustring::FormatStream&) = delete; + FormatStream& operator=(const ustring::FormatStream&) = delete; private: #ifdef GLIBMM_HAVE_WIDE_STREAM |