summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-08-31 12:52:25 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-08-31 12:56:55 +0800
commita55e3872a2782a07db710a967425e99022b031ae (patch)
tree68e70c87ea57224ae003b9f14642d6d0c9d01c48
parent9aae651b9398e69332e0bb3486733661c29d6387 (diff)
downloadglibmm-a55e3872a2782a07db710a967425e99022b031ae.tar.gz
class_interface.m4: Export the generated private class
As in the case of class_shared.m4, we need to do the same for class_interface.m4 as well, in order to export the items in the private headers fully.
-rw-r--r--tools/m4/class_interface.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/m4/class_interface.m4 b/tools/m4/class_interface.m4
index 2ee0aff4..5243b265 100644
--- a/tools/m4/class_interface.m4
+++ b/tools/m4/class_interface.m4
@@ -44,7 +44,7 @@ dnl
dnl
dnl
define(`_PH_CLASS_DECLARATION_INTERFACE',`dnl
-class __CPPNAME__`'_Class : public __CPPPARENT__`'_Class
+class __FUNC_DECORATION__ __CPPNAME__`'_Class : public __CPPPARENT__`'_Class
{
public:
using CppObjectType = __CPPNAME__;