diff options
Diffstat (limited to 'src/ephy-nautilus-view.h')
-rw-r--r-- | src/ephy-nautilus-view.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ephy-nautilus-view.h b/src/ephy-nautilus-view.h index 12a2e7844..0a9fa5637 100644 --- a/src/ephy-nautilus-view.h +++ b/src/ephy-nautilus-view.h @@ -14,9 +14,10 @@ * You should have received a copy of the GNU General Public License * 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_NAUTILUS_VIEW_H #define EPHY_NAUTILUS_VIEW_H @@ -39,6 +40,8 @@ typedef struct EphyNautilusViewPrivate EphyNautilusViewPrivate; struct EphyNautilusView { NautilusView parent; + + /*< private >*/ EphyNautilusViewPrivate *priv; }; |