mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
d70f607a37
commit
9c1f7465bc
@ -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
|
||||
|
@ -237,6 +237,7 @@ public:
|
||||
void stuffClipboard(string const &) const;
|
||||
private:
|
||||
struct Pimpl;
|
||||
friend struct BufferView::Pimpl;
|
||||
Pimpl * pimpl_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user