Skip to content

Commit

Permalink
correct "rule of five" in UiaTextRangeBase
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Feb 19, 2020
1 parent d61f8f7 commit f8710f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/UiaTextRangeBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ namespace Microsoft::Console::Types

virtual HRESULT RuntimeClassInitialize(const UiaTextRangeBase& a) noexcept;

UiaTextRangeBase(const UiaTextRangeBase&) = default;
UiaTextRangeBase(UiaTextRangeBase&&) = default;
UiaTextRangeBase& operator=(const UiaTextRangeBase&) = default;
UiaTextRangeBase& operator=(UiaTextRangeBase&&) = default;
Expand Down

0 comments on commit f8710f0

Please sign in to comment.