diff include/NetworkSend.h @ 233:18d03901f866 mergingClockSync

Turned gShouldStop into int
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 03:20:52 +0200
parents c42a6b4dc2d4
children e4392164b458
line wrap: on
line diff
--- a/include/NetworkSend.h	Sun Apr 10 03:14:33 2016 +0200
+++ b/include/NetworkSend.h	Sun Apr 10 03:20:52 2016 +0200
@@ -11,7 +11,7 @@
 #include <UdpClient.h>
 #include <vector>
 #include <string>
-extern bool gShouldStop;
+extern int gShouldStop;
 #endif /* USE_JUCE */
 
 #define NETWORK_AUDIO_BUFFER_SIZE 302