mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +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
|
#endif
|
||||||
|
|
||||||
const std::chrono::milliseconds INJECTOR_INTERVAL_MS = std::chrono::milliseconds(100);
|
const int INJECTOR_INTERVAL_MS = 100;
|
||||||
void TTSScriptingInterface::updateLastSoundAudioInjector() {
|
void TTSScriptingInterface::updateLastSoundAudioInjector() {
|
||||||
if (_lastSoundAudioInjector) {
|
if (_lastSoundAudioInjector) {
|
||||||
AudioInjectorOptions options;
|
AudioInjectorOptions options;
|
||||||
|
|
Loading…
Reference in a new issue