X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FTocWidget.h;h=6dd9fbf76a938555b1425d7c7be0a558a8f0dd63;hb=5a46224f7311067cda747e0cae32d22dd919f179;hp=12f691c182bf6bf889682a310195422288bcd823;hpb=c127d83b66c1216fd1d3884c6c16f628100404c2;p=lyx.git diff --git a/src/frontends/qt4/TocWidget.h b/src/frontends/qt4/TocWidget.h index 12f691c182..6dd9fbf76a 100644 --- a/src/frontends/qt4/TocWidget.h +++ b/src/frontends/qt4/TocWidget.h @@ -16,6 +16,7 @@ #include "ui_TocUi.h" #include "Cursor.h" +#include "FuncCode.h" #include @@ -85,7 +86,7 @@ private: /// void setTreeDepth(int depth); /// - void outline(int func_code); + void outline(FuncCode func_code); /// finds the inset that is connected to the current item, /// if any, otherwise return null Inset * itemInset() const;