Skip to content

Commit f7ab5ed

Browse files
dl3sdodg0yt
authored andcommitted
PrintTool: Fix #endif location
1 parent f5ae5c6 commit f7ab5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/print_tool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ public slots:
123123
MapCoordF click_pos_map;
124124
};
125125

126-
#endif // QT_PRINTSUPPORT_LIB
127-
128126

129127
} // namespace OpenOrienteering
130128

129+
#endif // QT_PRINTSUPPORT_LIB
130+
131131
#endif // OPENORIENTEERING_PRINT_TOOL_H

0 commit comments

Comments
 (0)