X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FIndicesList.cpp;h=26881549a179edd908ebcece02b22347362fb084;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=9f22373f3ab906f55af1b731fc27842bad8d8b13;hpb=a89dbd75e652f71b4035e0f00fd52c34e5929305;p=lyx.git diff --git a/src/IndicesList.cpp b/src/IndicesList.cpp index 9f22373f3a..26881549a1 100644 --- a/src/IndicesList.cpp +++ b/src/IndicesList.cpp @@ -30,7 +30,9 @@ namespace { class IndexNamesEqual : public std::unary_function { public: - IndexNamesEqual(docstring const & name) : name_(name) {} + IndexNamesEqual(docstring const & name) + : name_(name) + {} bool operator()(Index const & index) const { @@ -44,7 +46,9 @@ private: class IndexHasShortcut : public std::unary_function { public: - IndexHasShortcut(docstring const & shortcut) : shortc_(shortcut) {} + IndexHasShortcut(docstring const & shortcut) + : shortc_(shortcut) + {} bool operator()(Index const & index) const {