[vala/0.46] posix: Declare WRDE_APPEND constant as public



commit dd1ad82eca8c86d45c83422b2c036212081395c4
Author: Jeremy Philippe <jeremy philippe gmail com>
Date:   Sun Aug 9 14:10:37 2020 +0200

    posix: Declare WRDE_APPEND constant as public

 vapi/posix.vapi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index c2cab8465..8e668ed99 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -3561,7 +3561,7 @@ namespace Posix {
        }
 
        [CCode(cheader_filename = "wordexp.h")]
-       private const int WRDE_APPEND;
+       public const int WRDE_APPEND;
        [CCode(cheader_filename = "wordexp.h")]
        public const int WRDE_BADCHAR;
        [CCode(cheader_filename = "wordexp.h")]


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