summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file-manager/fm-properties-window.h')
-rw-r--r--src/file-manager/fm-properties-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file-manager/fm-properties-window.h b/src/file-manager/fm-properties-window.h
index 38eb0e15..860b76bb 100644
--- a/src/file-manager/fm-properties-window.h
+++ b/src/file-manager/fm-properties-window.h
@@ -43,12 +43,12 @@ typedef struct FMPropertiesWindow FMPropertiesWindow;
#define FM_PROPERTIES_WINDOW_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), FM_TYPE_PROPERTIES_WINDOW, FMPropertiesWindowClass))
-typedef struct FMPropertiesWindowDetails FMPropertiesWindowDetails;
+typedef struct _FMPropertiesWindowPrivate FMPropertiesWindowPrivate;
struct FMPropertiesWindow
{
GtkDialog window;
- FMPropertiesWindowDetails *details;
+ FMPropertiesWindowPrivate *details;
};
struct FMPropertiesWindowClass