mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix return value
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0d904a2cc
commit
b4f7b0360b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user