From: Jean-Marc Lasgouttes Date: Mon, 26 Jun 2000 10:29:33 +0000 (+0000) Subject: Finally cxx accepts to compile the code. X-Git-Tag: 1.6.10~22156 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9c1f7465bcbe0156ff6282d0eb3495a36fbd4321;p=features.git Finally cxx accepts to compile the code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@834 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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_; };