SAGA2: Added constructor to DirMaskGroup. CID 1457975

This commit is contained in:
Eugene Sandulenko 2021-07-11 00:41:44 +02:00
parent ac8e9ceefb
commit 37c1c24ec2
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -696,6 +696,7 @@ class DirMaskGroup {
void computeMask(uint8 objSection);
public:
DirMaskGroup() : crossSection(0) {}
DirMask &operator[](int16 index) {
return dMask[index];
}