RemoteVstPlugin: silence compiler warning

Initialize variable of type DWORD with 0 instead of NULL.
This commit is contained in:
Tobias Doerffel
2010-07-25 11:33:59 +02:00
parent 5306f7b0ca
commit 5f33f1ea77

View File

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