mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
f86525fc2e
commit
c3e1c597ab
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user