mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Fix Linux build
This commit is contained in:
parent
c56dd71bfb
commit
eae38b0676
@ -809,6 +809,8 @@ private:
|
||||
const double mRate;
|
||||
wxLongLong mLastScrubTimeMillis{ ::wxGetLocalTimeMillis() };
|
||||
struct Message {
|
||||
Message() = default;
|
||||
Message(const Message&) = default;
|
||||
double end;
|
||||
ScrubbingOptions options;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user