]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
move definition of variables to the main cmake file
[lyx.git] / src / lyx_cb.C
index e1af6fd8fdcfa115694fd780e37d04853f5e54bd..4d108c860bc9d733b6da8d12b6ac089e563ec0e9 100644 (file)
@@ -362,7 +362,7 @@ void insertAsciiFile(BufferView * bv, string const & f, bool asParagraph)
                return;
 
        // clear the selection
-       LyXText & const text = bv->buffer()->text();
+       LyXText const & text = bv->buffer()->text();
        if (&text == bv->getLyXText())
                bv->cursor().clearSelection();
        if (asParagraph)