msvc needs a return value, so what should I use, just a constant? Index: qt3/GuiImplementation.h =================================================================== --- GuiImplementation.h (revision 14152) +++ GuiImplementation.h (working copy) @@ -55,6 +55,7 @@ work_area_.reset(new GuiWorkArea(owner_, w, h, old_screen_.get(), old_work_area_.get())); clipboard_.reset(new GuiClipboard(old_work_area_.get())); guiCursor().connect(work_area_.get()); + return 1; }
lyx::frontend::WorkArea& workArea(int id)