]> git.lyx.org Git - features.git/commitdiff
Finally cxx accepts to compile the code.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Jun 2000 10:29:33 +0000 (10:29 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Jun 2000 10:29:33 +0000 (10:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@834 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/BufferView.h

index 72a4793fda2dbb4cc59994ebd1a8381a8799d617..8910e6d1fa3d58455e88ae61427dbbb2212fb07a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ed2e57805cf9dfdd6a8acb2d1bb38803c8ac70db..2795f8c0cde91a25bdc02bb2f2635670bb720c22 100644 (file)
@@ -237,6 +237,7 @@ public:
        void stuffClipboard(string const &) const;
 private:
        struct Pimpl;
+       friend struct BufferView::Pimpl;
        Pimpl * pimpl_;
 };