summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-31 15:36:50 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-05-31 15:36:50 +0200
commit6fe8655a7a709ecd1dd8e7237600d105bbdd9b14 (patch)
treed9ac60622acc4289211eda313f663fc535a7cd78
parent6900bf628d07f66e32e2321a46922ebdea15bc21 (diff)
downloadglibmm-6fe8655a7a709ecd1dd8e7237600d105bbdd9b14.tar.gz
Glib::ustring: Remove extraneous GLIBMM_API
Deleted methods shall not be decorated with GLIBMM_API. Fixes #92
-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 5a5982ba..949789be 100644
--- a/glib/glibmm/ustring.h
+++ b/glib/glibmm/ustring.h
@@ -1076,8 +1076,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