mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 15:18:42 +02:00
Revert "More fixes for Windows build"
This reverts commit ef9745b93e025283796fbe312bf5ada410fa8fe1.
This commit is contained in:
parent
ef9745b93e
commit
65c098f85e
@ -27,8 +27,7 @@ public:
|
||||
LabelDefaultClickHandle();
|
||||
virtual ~LabelDefaultClickHandle();
|
||||
|
||||
LabelDefaultClickHandle &operator=
|
||||
(const LabelDefaultClickHandle&) = default;
|
||||
LabelDefaultClickHandle &operator=(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=(const LabelGlyphHandle&) = default;
|
||||
LabelGlyphHandle &operator=(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=(const LabelTextHandle&) = default;
|
||||
LabelTextHandle &operator=(LabelTextHandle&&) = default;
|
||||
|
||||
explicit LabelTextHandle
|
||||
( const std::shared_ptr<LabelTrack> &pLT, int labelNum );
|
||||
|
Loading…
x
Reference in New Issue
Block a user