]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
fix crash when collapsing ert with cursor inside
[lyx.git] / src / bufferview_funcs.h
index 712e58d278aa2308fe7d6e10ec5ca5eaa323d078..1f77007ab5ccf52d50bcbcd4ed68c02ddecda821 100644 (file)
@@ -52,7 +52,7 @@ CurStatus status(BufferView const * bv, DocIterator const & dit);
 Point coordOffset(DocIterator const & dit);
 
 // Moves cursor to the next inset with one of the given codes.
-void gotoInset(BufferView * bv, std::vector<InsetBase_code> const & codes, 
+void gotoInset(BufferView * bv, std::vector<InsetBase_code> const & codes,
               bool same_content);
 
 // Moves cursor to the next inset with given code.