mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compil fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20515 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5b2415b594
commit
a29371bf47
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user