mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix stupid C++ error
This commit is contained in:
parent
9a683282fb
commit
cc63a1e297
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user