Finally cxx accepts to compile the code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-06-26 10:29:33 +00:00
parent d70f607a37
commit 9c1f7465bc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-06-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/BufferView.h: add a magic "friend" declaration to please
compaq cxx.
2000-06-23 Angus Leeming <a.leeming@ic.ac.uk>
* forms/cite.fd: modified to allow resizing without messing

View File

@ -237,6 +237,7 @@ public:
void stuffClipboard(string const &) const;
private:
struct Pimpl;
friend struct BufferView::Pimpl;
Pimpl * pimpl_;
};