From 99d1937bec0f397cd7cb94aa9c04ac98961ab7db Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 5 Sep 2009 23:06:24 +0000 Subject: [PATCH] Compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31299 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.h b/src/Server.h index 91765d3250..df0902a38f 100644 --- a/src/Server.h +++ b/src/Server.h @@ -42,7 +42,7 @@ class LyXComm : public boost::signals::trackable { class LyXComm : public QObject { Q_OBJECT - friend DWORD pipeServerWrapper(void *); + friend DWORD WINAPI pipeServerWrapper(void *); public: /// Max number of clients -- 2.39.2