]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GAboutlyx.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GAboutlyx.C
index a878ffcbd207e22a5d46b5c3d783fe968382adfe..1d1a8278088e33ba89dfefa0741a2e245bd42363 100644 (file)
@@ -9,16 +9,21 @@
  */
 
 #include <config.h>
-#include <gtkmm.h>
 
-#include <libglademm.h>
-#include <sstream>
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
 
 #include "ControlAboutlyx.h"
 #include "GAboutlyx.h"
 #include "ghelpers.h"
 #include "version.h"
 
+#include <libglademm.h>
+
+#include <sstream>
+
 using std::ostringstream;
 using std::string;
 
@@ -173,7 +178,7 @@ void GAboutlyx::doBuild()
        Gtk::Button * btn;
        xml_->get_widget("close_button", btn);
        setCancel(btn);
-       //btn->signal_clicked().connect(SigC::slot(*this, &GViewBase::onCancel));
+       //btn->signal_clicked().connect(sigc::mem_fun(*this, &GViewBase::onCancel));
 }
 
 } // namespace frontend