[glibmm/more-private-exports-2-64] class_interface.m4: Export the generated private class




commit a5556ef9a8954f8cc5afc454ce9ecdaadfb07e5e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Aug 31 12:52:25 2020 +0800

    class_interface.m4: Export the generated private class
    
    As in the case of class_shared.m4, we need to do the same for
    class_interfacec.m4 as well, in order to export the items in the private
    headers fully.

 tools/m4/class_interface.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/m4/class_interface.m4 b/tools/m4/class_interface.m4
index b77c7893..aec89168 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__;


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