]> git.lyx.org Git - lyx.git/commitdiff
compil fix.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 26 Sep 2007 14:39:10 +0000 (14:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 26 Sep 2007 14:39:10 +0000 (14:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20515 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/DockView.h

index f53c350d20f7d754fcc3271648b7d7fa5de5fcee..25f23149fd56d485b99dbaaa2ffbe5021519ef0d 100644 (file)
@@ -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();