Browse Source

Fix strict build

tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
a3ed031c4e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/audio-base.hpp

+ 1
- 1
source/native-plugins/audio-base.hpp View File

@@ -551,7 +551,7 @@ public:

} while (i < poolNumFrame);

fPool.startFrame = readFrame;
fPool.startFrame = static_cast<uint64_t>(readFrame);
}

fNeedsRead = false;


Loading…
Cancel
Save