summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-information-panel.h')
-rw-r--r--src/caja-information-panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-information-panel.h b/src/caja-information-panel.h
index 75bcfcbb..5ccdd9d6 100644
--- a/src/caja-information-panel.h
+++ b/src/caja-information-panel.h
@@ -42,14 +42,14 @@
#define CAJA_INFORMATION_PANEL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), CAJA_TYPE_INFORMATION_PANEL, CajaInformationPanelClass))
-typedef struct CajaInformationPanelDetails CajaInformationPanelDetails;
+typedef struct _CajaInformationPanelPrivate CajaInformationPanelPrivate;
#define CAJA_INFORMATION_PANEL_ID "information"
typedef struct
{
EelBackgroundBox parent_slot;
- CajaInformationPanelDetails *details;
+ CajaInformationPanelPrivate *details;
} CajaInformationPanel;
typedef struct