diff options
Diffstat (limited to 'src/ephy-completion-model.h')
-rw-r--r-- | src/ephy-completion-model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-completion-model.h b/src/ephy-completion-model.h index ee30f595c..4e65fde7e 100644 --- a/src/ephy-completion-model.h +++ b/src/ephy-completion-model.h @@ -15,6 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ */ #ifndef EPHY_COMPLETION_MODEL_H @@ -46,6 +47,7 @@ typedef struct { GObject parent; + /*< private >*/ EphyCompletionModelPrivate *priv; } EphyCompletionModel; |