summaryrefslogtreecommitdiff
path: root/gio/src
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2021-05-07 12:21:24 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2021-05-07 12:21:24 +0800
commit29b9a102832b87a607410f455290d3da377283b0 (patch)
tree5e282fa7c1d71a20489b7e35d0b822474211ea78 /gio/src
parentc4392f49d1313fbc159882e993683909ea40f188 (diff)
downloadglibmm-29b9a102832b87a607410f455290d3da377283b0.tar.gz
Don't mark the Glib::Source class with GLIBMM_API
Instead, mark the individual members with GLIBMM_API so that we avoid having the code tied to a particular STL and compiler version. Update the classes that derive from Glib::Source accordingly as well
Diffstat (limited to 'gio/src')
-rw-r--r--gio/src/socket.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/socket.hg b/gio/src/socket.hg
index c790bb54..bb6bcdc0 100644
--- a/gio/src/socket.hg
+++ b/gio/src/socket.hg
@@ -28,7 +28,7 @@ _PINCLUDE(glibmm/private/object_p.h)
namespace Gio
{
-class GIOMM_API SocketSource;
+class SocketSource;
/** @defgroup NetworkIO Portable Network I/O Functionality