On Tue, Jun 18, 2024 at 04:29:34PM GMT, Jean-Marc Lasgouttes wrote: > commit c263463cadc92a9e5b29df97a825328c9300b76a > Author: Jean-Marc Lasgouttes <lasgout...@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
signature.asc
Description: PGP signature
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel