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