]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GParagraph.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GParagraph.C
index d5d325109d62e83b127457787bcae0a8f3d1c6c0..38a85646810bce4e782c5011e9207297b7a6c79f 100644 (file)
 
 #include <config.h>
 
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
+
 #include "GParagraph.h"
 #include "ghelpers.h"
 
@@ -113,7 +118,7 @@ void GParagraph::update()
                        leftradio_->set_active(false);
        }
 
-       //Find out which alignments options are available
+       // Find out which alignments options are available
        LyXAlignment alignpos = controller().alignPossible();
        blockradio_->set_sensitive(bool(alignpos & LYX_ALIGN_BLOCK));
        centerradio_->set_sensitive(bool(alignpos & LYX_ALIGN_CENTER));