[gtk+] Move the /*< private >*/ at the correct position
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Move the /*< private >*/ at the correct position
- Date: Mon, 1 Nov 2010 13:13:59 +0000 (UTC)
commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Nov 1 14:15:03 2010 +0100
Move the /*< private >*/ at the correct position
gtk/gtkgrid.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h
index 530ef0b..75be807 100644
--- a/gtk/gtkgrid.h
+++ b/gtk/gtkgrid.h
@@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
- /*< private >*/
GtkContainer container;
+ /*< private >*/
GtkGridPrivate *priv;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]