summaryrefslogtreecommitdiff
path: root/src/caja-connect-server-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-connect-server-dialog.h')
-rw-r--r--src/caja-connect-server-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-connect-server-dialog.h b/src/caja-connect-server-dialog.h
index 1876e8a9..2167ed5a 100644
--- a/src/caja-connect-server-dialog.h
+++ b/src/caja-connect-server-dialog.h
@@ -42,12 +42,12 @@
typedef struct _CajaConnectServerDialog CajaConnectServerDialog;
typedef struct _CajaConnectServerDialogClass CajaConnectServerDialogClass;
-typedef struct _CajaConnectServerDialogDetails CajaConnectServerDialogDetails;
+typedef struct _CajaConnectServerDialogPrivate CajaConnectServerDialogPrivate;
struct _CajaConnectServerDialog
{
GtkDialog parent;
- CajaConnectServerDialogDetails *details;
+ CajaConnectServerDialogPrivate *details;
};
struct _CajaConnectServerDialogClass