Skip to content

Commit fe2f111

Browse files
committedApr 30, 2017
remove superfluous semicolon (followup e4d2f34)
1 parent 6030cb9 commit fe2f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsscalecombobox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define QGSSCALECOMBOBOX_H
2020

2121
#include <QComboBox>
22-
#include "qgis.h";
22+
#include "qgis.h"
2323
#include "qgis_gui.h"
2424

2525
/** \ingroup gui

0 commit comments

Comments
 (0)
Please sign in to comment.