Fix another build error

This commit is contained in:
Zach Fox 2018-11-06 12:48:17 -08:00
parent c33f9b6ea3
commit 378bf911d4

View file

@ -61,7 +61,7 @@ private:
};
#endif
const std::chrono::milliseconds INJECTOR_INTERVAL_MS = std::chrono::milliseconds(100);
const int INJECTOR_INTERVAL_MS = 100;
void TTSScriptingInterface::updateLastSoundAudioInjector() {
if (_lastSoundAudioInjector) {
AudioInjectorOptions options;