Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/src/core/testqgsclipper.cpp
2 changes: 1 addition & 1 deletion tests/src/core/testqgsclipper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TestQgsClipper: public QObject
void cleanup() {};// will be called after every testfunction.
void basic();
private:
bool TestQgsClipper::checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
bool checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
};

void TestQgsClipper::initTestCase()
Expand Down