From 7bfe3e56f60d78177252febba5fe481a4421e3d0 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Mon, 31 May 2021 15:41:11 +0200 Subject: Glib::ustring: Remove extraneous GLIBMM_API Deleted methods shall not be decorated with GLIBMM_API. Fixes #92 --- glib/glibmm/ustring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib') 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 -- cgit v1.2.1