summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-31 15:41:11 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-31 15:41:11 +0200
commit7bfe3e56f60d78177252febba5fe481a4421e3d0 (patch)
treed586b3ffc9185bd379d136104c2efbd494807485 /glib
parent5ba1a51480b087c8c4ce4daa5164cb086852d7ba (diff)
downloadglibmm-7bfe3e56f60d78177252febba5fe481a4421e3d0.tar.gz
Glib::ustring: Remove extraneous GLIBMM_API
Deleted methods shall not be decorated with GLIBMM_API. Fixes #92
Diffstat (limited to 'glib')
-rw-r--r--glib/glibmm/ustring.h4
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