MSVC compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-17 20:27:38 +00:00
parent f86525fc2e
commit c3e1c597ab

View File

@ -80,7 +80,7 @@ using std::string;
#if !defined (HAVE_MKFIFO)
// We provide a stub class that disables the lyxserver.
LyXComm(std::string const &, Server *, ClientCallbackfct)
LyXComm::LyXComm(std::string const &, Server *, ClientCallbackfct)
{}
void LyXComm::openConnection()