[libgdamm] Include gda-enums.h instead of gda-enum-types.h
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] Include gda-enums.h instead of gda-enum-types.h
- Date: Sun, 19 Jan 2020 15:00:46 +0000 (UTC)
commit f8f66ff0c2a7a547879649862d7dfe7a8cbd3b87
Author: Murray Cumming <murraycu google com>
Date: Sun Jan 12 15:58:24 2020 +0100
Include gda-enums.h instead of gda-enum-types.h
libgda doesn't have gda-enum-types as a side-effect of changing its build system to
meson.
libgda/src/column.ccg | 2 +-
libgda/src/config.ccg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/src/column.ccg b/libgda/src/column.ccg
index 4ed4217..6e92959 100644
--- a/libgda/src/column.ccg
+++ b/libgda/src/column.ccg
@@ -21,7 +21,7 @@
*/
#include <libgda/gda-column.h>
-#include <libgda/gda-enum-types.h>
+#include <libgda/gda-enums.h>
namespace Gnome
{
diff --git a/libgda/src/config.ccg b/libgda/src/config.ccg
index 65988b3..1ae1ccd 100644
--- a/libgda/src/config.ccg
+++ b/libgda/src/config.ccg
@@ -21,7 +21,7 @@
#include <libgdamm/config.h>
#include <libgda/gda-config.h>
-#include <libgda/gda-enum-types.h>
+#include <libgda/gda-enums.h>
namespace Gnome
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]