]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
use the new sstream return non-pods as const, use string instead of char * in a lot...
[lyx.git] / src / BufferView_pimpl.h
index e0a33d4aa415f5c2acb2b324fd53f0894dd3803f..46e9e3df182b8b70692e039ecc7b5e4a91d8ba25 100644 (file)
@@ -137,7 +137,9 @@ struct BufferView::Pimpl : public Object {
         ///
         BackStack backstack;
        ///
-       int last_click_x, last_click_y;
+       int last_click_x;
+       ///
+       int last_click_y;
        ///
        WorkArea * workarea_;
        ///