[libgda: 1/2] Fixing typedef definition for GdaTime
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 1/2] Fixing typedef definition for GdaTime
- Date: Tue, 25 Jun 2019 02:22:57 +0000 (UTC)
commit 5e600c23c4c91fdd0382c15aec5e7e65c43a1cf0
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Mon May 20 13:13:02 2019 -0500
Fixing typedef definition for GdaTime
libgda/gda-value.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/gda-value.h b/libgda/gda-value.h
index ba202d50e..e0eeacaca 100644
--- a/libgda/gda-value.h
+++ b/libgda/gda-value.h
@@ -95,7 +95,7 @@ void gda_numeric_free (GdaNumeric *numeric);
*
* Represents a time information.
*/
-typedef struct GDateTime GdaTime;
+typedef struct _GDateTime GdaTime;
GType gda_time_get_type (void) G_GNUC_CONST;
GdaTime* gda_time_new (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]