]> git.lyx.org Git - features.git/commitdiff
Fix warning.
authorRichard Heck <rgheck@comcast.net>
Fri, 19 Jun 2009 14:42:16 +0000 (14:42 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 19 Jun 2009 14:42:16 +0000 (14:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30190 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 43570f32b7eadeec059037adcef4d00d714b5c2a..64e01e87393fef47c8136b156543ed3cb555540e 100644 (file)
@@ -618,6 +618,8 @@ int InsetInclude::latex(odocstream & os, OutputParams const & runparams) const
                   << from_utf8(incfile) << '}';
                break;
        }
+       case NONE:
+               break;
        }
 
        return 0;