1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Fix Linux build

This commit is contained in:
Paul Licameli 2018-08-28 06:20:04 -04:00
parent c56dd71bfb
commit eae38b0676

View File

@ -809,6 +809,8 @@ private:
const double mRate;
wxLongLong mLastScrubTimeMillis{ ::wxGetLocalTimeMillis() };
struct Message {
Message() = default;
Message(const Message&) = default;
double end;
ScrubbingOptions options;
};