]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlErrorList.C
more shuffling...
[features.git] / src / frontends / controllers / ControlErrorList.C
index 2d3fefe598b0e96a75e237c216314b2612fae189..0c87819e65dd3ef6a5a814c32197d176446b6846 100644 (file)
@@ -13,7 +13,6 @@
 #include "ControlErrorList.h"
 #include "buffer.h"
 #include "BufferView.h"
-#include "bufferview_funcs.h"
 #include "debug.h"
 #include "iterators.h"
 #include "lyxtext.h"
@@ -75,5 +74,5 @@ void ControlErrorList::goTo(int item)
 
        // Now make the selection.
        PosIterator const pos = pit.asPosIterator(start);
-       bv_funcs::put_selection_at(kernel().bufferview(), pos, range, false);
+       kernel().bufferview()->putSelectionAt(pos, range, false);
 }