From a29371bf47acd61a3c5a7e8cb0e34a8d3d5b31c7 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 26 Sep 2007 14:39:10 +0000 Subject: [PATCH] compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20515 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/DockView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/DockView.h b/src/frontends/qt4/DockView.h index f53c350d20..25f23149fd 100644 --- a/src/frontends/qt4/DockView.h +++ b/src/frontends/qt4/DockView.h @@ -62,7 +62,7 @@ public: void checkStatus() {} void redraw() { redrawView(); } void redrawView() {} - void updateData(string const &) { updateView(); } + void updateData(std::string const &) { updateView(); } void updateView() { widget_->updateView(); -- 2.39.5