aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdm-dialog.h')
-rw-r--r--src/pdm-dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdm-dialog.h b/src/pdm-dialog.h
index b5878a6f6..1834f716e 100644
--- a/src/pdm-dialog.h
+++ b/src/pdm-dialog.h
@@ -38,6 +38,8 @@ typedef struct PdmDialogPrivate PdmDialogPrivate;
struct PdmDialog
{
EphyDialog parent;
+
+ /*< private >*/
PdmDialogPrivate *priv;
};