]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
Output a parbreak after a command.
[lyx.git] / src / insets / InsetSpace.cpp
index 16e1cb58ccc1d80d8d25d1f5c1d72910d5c00963..f7a1cd92ae8fc511171d61904e5266c9b13f7e91 100644 (file)
@@ -830,7 +830,7 @@ void InsetSpace::toString(odocstream & os) const
 }
 
 
-void InsetSpace::forToc(docstring & os, size_t) const
+void InsetSpace::forOutliner(docstring & os, size_t) const
 {
        // There's no need to be cute here.
        os += " ";