mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
More fixes for Windows build
This commit is contained in:
parent
2bdbea44e6
commit
ef9745b93e
@ -27,7 +27,8 @@ public:
|
||||
LabelDefaultClickHandle();
|
||||
virtual ~LabelDefaultClickHandle();
|
||||
|
||||
LabelDefaultClickHandle &operator=(LabelDefaultClickHandle&&) = default;
|
||||
LabelDefaultClickHandle &operator=
|
||||
(const LabelDefaultClickHandle&) = default;
|
||||
|
||||
Result Click
|
||||
(const TrackPanelMouseEvent &event, AudacityProject *pProject) override;
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
(const std::shared_ptr<LabelTrack> &pLT,
|
||||
const wxRect &rect, const LabelTrackHit &hit);
|
||||
|
||||
LabelGlyphHandle &operator=(LabelGlyphHandle&&) = default;
|
||||
LabelGlyphHandle &operator=(const LabelGlyphHandle&) = default;
|
||||
|
||||
static UIHandlePtr HitTest
|
||||
(std::weak_ptr<LabelGlyphHandle> &holder,
|
||||
|
@ -31,7 +31,7 @@ public:
|
||||
(std::weak_ptr<LabelTextHandle> &holder,
|
||||
const wxMouseState &state, const std::shared_ptr<LabelTrack> &pLT);
|
||||
|
||||
LabelTextHandle &operator=(LabelTextHandle&&) = default;
|
||||
LabelTextHandle &operator=(const LabelTextHandle&) = default;
|
||||
|
||||
explicit LabelTextHandle
|
||||
( const std::shared_ptr<LabelTrack> &pLT, int labelNum );
|
||||
|
Loading…
x
Reference in New Issue
Block a user