]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.cpp
Handle paragraph direction switch in captions (with polyglossia/bidi)
[lyx.git] / src / TocBackend.cpp
index 65f96bae892421254ac52607e8668e52ce38a01e..d401e2250936d31f86c4b6c683088f8731676b5a 100644 (file)
@@ -43,7 +43,7 @@ namespace lyx {
 ///////////////////////////////////////////////////////////////////////////
 
 TocItem::TocItem(DocIterator const & dit, int d, docstring const & s,
-                 bool output_active, FuncRequest action)
+                 bool output_active, FuncRequest const & action)
        : dit_(dit), depth_(d), str_(s), output_(output_active),
          action_(action)
 {