]> git.lyx.org Git - features.git/blobdiff - src/lyxfind.cpp
Fix a number of issues that were stopping compilation with MSVC 19.
[features.git] / src / lyxfind.cpp
index 6f6d0d53c937dcaa7905623b41a9c94237ce8396..f98f525cbe7f072404e5301771b1aaeca37dcd11 100644 (file)
@@ -178,7 +178,7 @@ bool parse_bool(docstring & howto)
 }
 
 
-class MatchString : public binary_function<Paragraph, pos_type, int>
+class MatchString
 {
 public:
        MatchString(docstring const & s, bool cs, bool mw)