]> git.lyx.org Git - features.git/blobdiff - src/bufferview_funcs.C
install fixes, small cleanups
[features.git] / src / bufferview_funcs.C
index 2f3fbd0cd7069bd2d9e7c680c1c436c6a6c05602..230abe06224009bc76a87dfed254e8ebc883ab96 100644 (file)
@@ -286,7 +286,7 @@ string const CurrentState(BufferView * bv)
 /* -------> Does the actual toggle job of the XxxCB() calls above.
  * Also shows the current font state.
  */
-void ToggleAndShow(BufferView * bv, LyXFont const & font, bool toggleall=true)
+void ToggleAndShow(BufferView * bv, LyXFont const & font, bool toggleall)
 {
        if (bv->available()) { 
                LyXText * text = bv->getLyXText();