]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSpace.cpp
Consistency of ellipses across the UI
[features.git] / src / insets / InsetSpace.cpp
index 839ccc917b194e64b7f9912bb22c418744772d0d..3a5161a9ed9fd1469d96fa9eb11d420f5c6420bb 100644 (file)
@@ -845,7 +845,7 @@ void InsetSpace::toString(odocstream & os) const
 }
 
 
-void InsetSpace::forOutliner(docstring & os, size_t) const
+void InsetSpace::forOutliner(docstring & os, size_t const, bool const) const
 {
        // There's no need to be cute here.
        os += " ";