Skip to content

Commit cc63a1e

Browse files
committedSep 16, 2012
Fix stupid C++ error
1 parent 9a68328 commit cc63a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/testqgsclipper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TestQgsClipper: public QObject
3535
void cleanup() {};// will be called after every testfunction.
3636
void basic();
3737
private:
38-
bool TestQgsClipper::checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
38+
bool checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
3939
};
4040

4141
void TestQgsClipper::initTestCase()

0 commit comments

Comments
 (0)
Please sign in to comment.