]> git.lyx.org Git - features.git/commitdiff
Fix return value
authorAndré Pönitz <poenitz@gmx.net>
Sat, 8 Sep 2007 20:06:31 +0000 (20:06 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 8 Sep 2007 20:06:31 +0000 (20:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20157 a592a061-630c-0410-9148-cb99ea01b6c8

src/EmbeddedFiles.h

index 4d4ac014f11e54496ab5e20128ba0c6425eeb231..c256484b4085814c266e71853f3ed1fdc6feec6c 100644 (file)
@@ -134,7 +134,7 @@ public:
        bool embedded() const { return embedded_; }
        /// set embedding status. updateFromExternal() should be called before this
        /// to copy or sync the embedded file with external one.
-       bool setEmbed(bool embed) { embedded_ = embed; }
+       void setEmbed(bool embed) { embedded_ = embed; }
 
        // A flag indicating whether or not this filename is valid.
        // When lyx runs, InsetGraphics etc may be added or removed so filename