Obey rule-of-three in NormalizedPoint and NormalizedRect

Authored by aacid on Jan 9 2019, 11:44 PM.

Description

Obey rule-of-three in NormalizedPoint and NormalizedRect

I.e. make sure they have destructor, copy constructor and asignment
operator

They don't really need them since it's plain data that can be copied
with the defaul implementations (which is actually what i am using) but
since we had some of them implemented and some not, clazy was
complaining that this is generally a bad idea, so implement them all

Details

Committed
aacidJan 9 2019, 11:44 PM
Parents
R223:33b85a74c3c1: Simplify AnnotPagePair
Branches
Unknown
Tags
Unknown