]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / BufferView_pimpl.h
index 815d9c6918e50c9cf5898bc7c608027be9162564..a6ac1ad32a96594a209428f6824b363a926a1a3f 100644 (file)
@@ -45,7 +45,8 @@ class ViewMetricsInfo;
 
 
 ///
-struct BufferView::Pimpl : public boost::signals::trackable {
+class BufferView::Pimpl : public boost::signals::trackable {
+public:
        ///
        Pimpl(BufferView & bv, LyXView * owner, int width, int height);
        ///
@@ -56,7 +57,7 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        void setBuffer(Buffer * buf);
        ///
        void resizeCurrentBuffer();
-       // 
+       //
        bool fitCursor();
        ///
        void update(bool fitcursor = false, bool forceupdate = true);
@@ -151,7 +152,8 @@ private:
        ///
        bool using_xterm_cursor;
        ///
-       struct Position {
+       class Position {
+       public:
                /// Filename
                std::string filename;
                /// Cursor paragraph Id