1
0
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:
Paul Licameli 2017-07-09 13:11:26 -04:00
parent ef9745b93e
commit 65c098f85e
3 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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,

View File

@ -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 );