Skip to content

Commit 6a68918

Browse files
authored
Leveller: Changed type of class member from size_t to int, to fix problem with driver only working on 32-bit platforms. (#12166)
1 parent 79d17c4 commit 6a68918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frmts/leveller/levellerdataset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class digital_axis
367367

368368
protected:
369369
int m_eStyle;
370-
size_t m_fixedEnd;
370+
int m_fixedEnd;
371371
double m_d[2];
372372
};
373373

0 commit comments

Comments
 (0)