Skip to content

Commit 86e071b

Browse files
committed
Fix cppcheck warning
1 parent 9fbe3bd commit 86e071b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/projections/adams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ enum peirce_shape {
7171
struct pj_adams_data {
7272
projection_type mode;
7373
peirce_shape pqshape;
74-
double scrollx = 0.0;
75-
double scrolly = 0.0;
74+
double scrollx;
75+
double scrolly;
7676
};
7777

7878
} // anonymous namespace

0 commit comments

Comments
 (0)