RemoteVstPlugin: silence compiler warning

Initialize variable of type DWORD with 0 instead of NULL.
(cherry picked from commit 5f33f1ea77)
This commit is contained in:
Tobias Doerffel
2010-07-25 11:33:59 +02:00
parent 4b89814e3a
commit 08c0916916

View File

@@ -104,7 +104,7 @@ class RemoteVstPlugin;
RemoteVstPlugin * __plugin = NULL;
DWORD __GuiThreadID = NULL;
DWORD __GuiThreadID = 0;