commit b6010badfa9d055147c653615ab5e0c571592797
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Jan 28 20:16:38 2022 +0100

    Oops ! fixup 8c047143efbd
---
 src/frontends/qt/GuiCompleter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiCompleter.cpp 
b/src/frontends/qt/GuiCompleter.cpp
index 33462b3..a40bdca 100644
--- a/src/frontends/qt/GuiCompleter.cpp
+++ b/src/frontends/qt/GuiCompleter.cpp
@@ -655,7 +655,7 @@ void GuiCompleter::activate()
 
 void GuiCompleter::tab()
 {
-       BufferView const & bv = gui_->bufferView();
+       BufferView & bv = gui_->bufferView();
        Cursor cur = bv.cursor();
        cur.screenUpdateFlags(Update::None);
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to