mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
fix compilation when libmagic is not used
This commit is contained in:
parent
789acb4a95
commit
c9fd7058ab
@ -67,7 +67,7 @@ public:
|
||||
LYXERR(Debug::GRAPHICS, "Magic: libmagic support not configured");
|
||||
}
|
||||
|
||||
std::string file(std::string const & name) const { return empty_string; }
|
||||
std::string file(std::string const & ) const { return empty_string(); }
|
||||
};
|
||||
|
||||
#endif // HAVE_MAGIC_T
|
||||
|
Loading…
Reference in New Issue
Block a user