]> git.lyx.org Git - features.git/commitdiff
Forgot the return value.
authorRichard Heck <rgheck@lyx.org>
Thu, 3 May 2012 13:09:47 +0000 (09:09 -0400)
committerRichard Heck <rgheck@lyx.org>
Thu, 3 May 2012 13:09:47 +0000 (09:09 -0400)
src/insets/InsetInclude.cpp

index 13c4888fb001c7a4cc6c584f6b2b04be7bfee994..ed27b7407985f514b854672edd853004efd8ab45 100644 (file)
@@ -822,6 +822,7 @@ int InsetInclude::plaintext(odocstream & os, OutputParams const & op) const
                return str.size();
        }
        writePlaintextFile(*ibuf, os, op);
+       return 0;
 }