]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinclude.h
read the ChangeLog, use the C++ style casts more, some changes to the debugbufs,...
[features.git] / src / insets / insetinclude.h
index 95e9136dc1e2e9bd222554e7b8a28ce57348deb8..9cceef197da976821824e11b326e9e91ed45641d 100644 (file)
@@ -135,7 +135,7 @@ private:
 inline 
 bool InsetInclude::isVerb() const
 {
-    return (bool)(flag == InsetInclude::VERB || flag == InsetInclude::VERBAST)
+       return flag == InsetInclude::VERB || flag == InsetInclude::VERBAST
 }