]> git.lyx.org Git - features.git/commitdiff
MSVC compil fix.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 17 Sep 2007 20:27:38 +0000 (20:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 17 Sep 2007 20:27:38 +0000 (20:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20323 a592a061-630c-0410-9148-cb99ea01b6c8

src/Server.cpp

index 1c6cf9f2b014e88d8aadeb486bfd4d849ee20708..d2cd33b373c7560dc31b350c4ba65234ce07ca8b 100644 (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()