summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChun-wei Fan <fanc999@yahoo.com.tw>2020-08-30 00:50:36 +0000
committerChun-wei Fan <fanc999@yahoo.com.tw>2020-08-30 00:50:36 +0000
commit9aae651b9398e69332e0bb3486733661c29d6387 (patch)
tree36f02579e31e46dd3672104feedf4891710e0825 /tools
parent737d68182b2d891541d60a6f0c5d0dec1dc861ac (diff)
parentb5cdc199b1bbe7bf84e028b8e0cab6cb8e31d3c0 (diff)
downloadglibmm-9aae651b9398e69332e0bb3486733661c29d6387.tar.gz
Merge branch 'private-export' into 'master'
class_shared.m4: Decorate private class prototype if `_WRAP_GOBJECT` has a function decoration specified (master branch) See merge request GNOME/glibmm!39
Diffstat (limited to 'tools')
-rw-r--r--tools/m4/class_shared.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/m4/class_shared.m4 b/tools/m4/class_shared.m4
index 68804128..587a1f2f 100644
--- a/tools/m4/class_shared.m4
+++ b/tools/m4/class_shared.m4
@@ -101,7 +101,7 @@ dnl
dnl
dnl
define(`_PH_CLASS_DECLARATION',`dnl
-class __CPPNAME__`'_Class : public Glib::Class
+class __FUNC_DECORATION__ __CPPNAME__`'_Class : public Glib::Class
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS