]> git.lyx.org Git - lyx.git/blobdiff - src/BackStack.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / BackStack.h
index ca5a1b5264ced59ecb0a6aef5fd0e02d2495adda..4974ce22d5aa60c968822663fad58a668d7e0221 100644 (file)
@@ -43,7 +43,7 @@ public:
                stakk.push(bit);
        }
        ///
-       string pop(int * x, int * y) {
+       string const pop(int * x, int * y) {
                BackStackItem bit = stakk.top();
                *x = bit.x;
                *y = bit.y;