]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / Layout.cpp
index 08540efd15b119b4b08497749b67c0ece75aadcd..b7b7d1db8236bab800b734eca351295314b99beb 100644 (file)
@@ -775,6 +775,8 @@ void Layout::readLabelType(Lexer & lex)
 
 void Layout::readEndLabelType(Lexer & lex)
 {
+       // this should be const, but can't be because
+       // of PushPopHelper.
        static LexerKeyword endlabelTypeTags[] = {
                { "box",              END_LABEL_BOX },
                { "filled_box", END_LABEL_FILLED_BOX },