From: Abdelrazak Younes Date: Wed, 26 Sep 2007 14:39:10 +0000 (+0000) Subject: compil fix. X-Git-Tag: 1.6.10~8179 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a29371bf47acd61a3c5a7e8cb0e34a8d3d5b31c7;p=lyx.git compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20515 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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();