From 9c1f7465bcbe0156ff6282d0eb3495a36fbd4321 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 26 Jun 2000 10:29:33 +0000 Subject: [PATCH] Finally cxx accepts to compile the code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@834 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ src/BufferView.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 72a4793fda..8910e6d1fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-26 Jean-Marc Lasgouttes + + * src/BufferView.h: add a magic "friend" declaration to please + compaq cxx. + 2000-06-23 Angus Leeming * forms/cite.fd: modified to allow resizing without messing diff --git a/src/BufferView.h b/src/BufferView.h index ed2e57805c..2795f8c0cd 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -237,6 +237,7 @@ public: void stuffClipboard(string const &) const; private: struct Pimpl; + friend struct BufferView::Pimpl; Pimpl * pimpl_; };