[LyX/master] Move DrawStrategy enum to update_flags.h.
Scott Kostyshak
skostysh at lyx.org
Tue Jun 18 16:53:34 UTC 2024
On Tue, Jun 18, 2024 at 04:29:34PM GMT, Jean-Marc Lasgouttes wrote:
> commit c263463cadc92a9e5b29df97a825328c9300b76a
> Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
> Date: Tue Jun 18 14:28:28 2024 +0200
>
> Move DrawStrategy enum to update_flags.h.
>
> Introduce new drawStrategy() and drawStrategyDescription() methods to
> frontend::Application.
>
> Show the current draw strategy in About dialog.
> ---
I now get the following:
/home/scott/lyxbuilds/master-master/repo/src/frontends/qt/GuiApplication.h:117:15: error: 'drawStrategy' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
DrawStrategy drawStrategy() const;
^
/home/scott/lyxbuilds/master-master/repo/src/frontends/Application.h:208:23: note: overridden virtual function is here
virtual DrawStrategy drawStrategy() const = 0;
^
1 error generated.
Scott
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240618/45448bc1/attachment.asc>
More information about the lyx-devel
mailing list