aboutsummaryrefslogtreecommitdiffstats
path: root/src/language-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/language-editor.h')
-rw-r--r--src/language-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/language-editor.h b/src/language-editor.h
index 61e22347a..4a2cce30c 100644
--- a/src/language-editor.h
+++ b/src/language-editor.h
@@ -41,6 +41,8 @@ typedef struct LanguageEditorPrivate LanguageEditorPrivate;
struct LanguageEditor
{
EphyDialog parent;
+
+ /*< private >*/
LanguageEditorPrivate *priv;
};