]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
mathed uglyfication
[lyx.git] / src / BufferView.C
index aca0952c6ee8d450ddd6ffa8a4e56b69314fd842..ecfdd5543b694ae3536646924094e2c4c9d61548 100644 (file)
@@ -58,7 +58,7 @@ extern BufferList bufferlist;
 
 BufferView::BufferView(LyXView * owner, int xpos, int ypos,
                       int width, int height)
-       : pimpl_(new Pimpl(this, owner, xpos, ypos, width, height)),
+       : pimpl_(new Pimpl(*this, owner, xpos, ypos, width, height)),
          x_target_(0)
 {}