diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.h')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.h b/src/bookmarks/ephy-bookmarks-editor.h index 9fce6ad3c..15af59678 100644 --- a/src/bookmarks/ephy-bookmarks-editor.h +++ b/src/bookmarks/ephy-bookmarks-editor.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS #define EPHY_IS_BOOKMARKS_EDITOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_BOOKMARKS_EDITOR)) #define EPHY_BOOKMARKS_EDITOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_BOOKMARKS_EDITOR, EphyBookmarksEditorClass)) -typedef struct EphyBookmarksEditorPrivate EphyBookmarksEditorPrivate; +typedef struct _EphyBookmarksEditorPrivate EphyBookmarksEditorPrivate; typedef struct { |