>  +       /// returns a pointer to the Embedded file representing this object,
>  +       /// or null if not found. The filename should be absolute.
>  +       EmbeddedFile const * findFile(std::string const & filename) const;
>  +       EmbeddedFile * findFile(std::string const & filename);

I guess you plan to use this in InsetBibtex, right? Otherwise, I do
not see any simplification when you add two functions and only one of
then is used once.

Bo

Reply via email to