]> git.lyx.org Git - features.git/commitdiff
Stupid mistake. Thanks TC.
authorRichard Heck <rgheck@comcast.net>
Tue, 13 Nov 2007 01:06:49 +0000 (01:06 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 13 Nov 2007 01:06:49 +0000 (01:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21572 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 763ba15d71778feb710392ab69984699d6b10ca6..a6933444a58eb40073dc2146ff80d9c3a8dbdf4b 100644 (file)
@@ -277,6 +277,7 @@ docstring const InsetInclude::getScreenLabel(Buffer const & buf) const
                        break;
                case LISTINGS:
                        temp = listings_label_;
+                       break;
                case NONE:
                        BOOST_ASSERT(false);
        }