diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:55:37 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:55:37 +0800 |
commit | 049164e25784d902bd69439b62da8eaf17db6d0b (patch) | |
tree | 10e1ee87c5d10df6510e81a03de8114388cb5df3 /lib/widgets/ephy-location-entry.h | |
parent | d38bc67fc77f6511f0bfec314ca20c35b422390e (diff) | |
download | gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar.gz gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar.bz2 gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar.lz gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar.xz gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.tar.zst gsoc2013-epiphany-049164e25784d902bd69439b62da8eaf17db6d0b.zip |
Minor nitpick in the .h files
svn path=/trunk/; revision=8565
Diffstat (limited to 'lib/widgets/ephy-location-entry.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index e3b5690f3..71539251c 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -38,8 +38,8 @@ G_BEGIN_DECLS #define EPHY_IS_LOCATION_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EPHY_TYPE_LOCATION_ENTRY)) #define EPHY_LOCATION_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EPHY_TYPE_LOCATION_ENTRY, EphyLocationEntryClass)) -typedef struct _EphyLocationEntry EphyLocationEntry; typedef struct _EphyLocationEntryClass EphyLocationEntryClass; +typedef struct _EphyLocationEntry EphyLocationEntry; typedef struct _EphyLocationEntryPrivate EphyLocationEntryPrivate; struct _EphyLocationEntryClass |