[glibmm/glibmm-2-66] Glib::ustring: Remove extraneous GLIBMM_API



commit 6fe8655a7a709ecd1dd8e7237600d105bbdd9b14
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon May 31 15:36:50 2021 +0200

    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(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]