mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
Fix another build error
This commit is contained in:
parent
c33f9b6ea3
commit
378bf911d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue