]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiWorkArea.h
Make code a bit easier to read
[lyx.git] / src / frontends / qt / GuiWorkArea.h
index 8e1790a2bb503629ded824a6c7f676c839737f2d..6f24ff313c579b6aa4d81003772d670e6cacbe4e 100644 (file)
@@ -280,7 +280,7 @@ class GuiWorkAreaContainer : public QWidget, public Ui::WorkAreaUi
        Q_OBJECT
        // non-null
        GuiWorkArea * const wa_;
-       void dispatch(FuncRequest f) const;
+       void dispatch(FuncRequest const & f) const;
 
 private Q_SLOTS:
        void updateDisplay();