]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GMiniBuffer.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GMiniBuffer.C
index 3e8c1293210c38b31804cfae953ba14e7957d683..3f117a77455978e218f83caaff500f64103dc078 100644 (file)
@@ -9,7 +9,11 @@
  */
 
 #include <config.h>
-#include <gtkmm.h>
+
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
 
 #include "GView.h"
 #include "GMiniBuffer.h"
@@ -227,7 +231,7 @@ bool GMiniBuffer::onKeyPress(GdkEventKey * event)
                                                new_input_locale);
                Glib::ustring new_input =
                        Glib::locale_to_utf8(new_input_locale);
-               
+
                if (comp.empty() && new_input == input) {
                        showInfo("[no match]");
                        break;