Fix stupid C++ error

This commit is contained in:
Magnus Homann 2012-09-16 19:37:45 +02:00
parent 9a683282fb
commit cc63a1e297

View File

@ -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()