From fc74f1c4edf529fc99cf8f3204a3a6e279e806f2 Mon Sep 17 00:00:00 2001 From: vroad Date: Wed, 22 Apr 2015 16:04:54 +0900 Subject: [PATCH] Fix compilation on nodejs --- lime/audio/AudioSource.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/audio/AudioSource.hx b/lime/audio/AudioSource.hx index fa8a03a80..b0c27fdb1 100644 --- a/lime/audio/AudioSource.hx +++ b/lime/audio/AudioSource.hx @@ -31,7 +31,7 @@ class AudioSource { private var channel:SoundChannel; #end - #if (cpp || neko) + #if (cpp || neko || nodejs) private var timer:Timer; #end