[EMAIL PROTECTED] writes: | CVSROOT: /usr/local/lyx/cvsroot | Module name: lyx-devel | Repository: lyx-devel/src/frontends/gtk/ | Changes by: [EMAIL PROTECTED] 04/11/25 12:33:01 > | Modified files: | lyx-devel/src/frontends/gtk/: GViewBase.h | Added files: | lyx-devel/src/frontends/gtk/: pch.h > | Log message: | Fix gtk compilation with gcc 3.4, add preliminary pch.h for gtk > | Patches: | http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/gtk/pch.h?rev=1.1&content-type=text/vnd.viewcvs-markup | http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/gtk/GViewBase.h?r1=1.10&r2=1.11
This change does not look good to me. return static_cast<Controller &>(Dialog::View::getController()); doesn't return static_cast<Controller &>(this->getController()); work equally well? -- Lgb