[libgdamm] Metastore: Adapt to missing GType for GdaSqlIdentifierType



commit b5c8a8348b5919e9e37eba03226c127e49dc3837
Author: Murray Cumming <murraycu google com>
Date:   Sun Jan 19 19:57:35 2020 +0100

    Metastore: Adapt to missing GType for GdaSqlIdentifierType
    
    libgda seems to have lost this when it moved to the meson build system.

 libgda/src/metastore.hg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/src/metastore.hg b/libgda/src/metastore.hg
index 3b026dd..7dc9ce4 100644
--- a/libgda/src/metastore.hg
+++ b/libgda/src/metastore.hg
@@ -32,7 +32,7 @@ namespace Gda
 {
 
 _WRAP_GERROR(MetaStoreError, GdaMetaStoreError, GDA_META_STORE_ERROR, NO_GTYPE)
-_WRAP_ENUM(SqlIdentifierStyle, GdaSqlIdentifierStyle)
+_WRAP_ENUM(SqlIdentifierStyle, GdaSqlIdentifierStyle, NO_GTYPE)
 
 /** Dictionary object.
  *


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