Skip to content

Commit

Permalink
Fix stupid C++ error
Browse files Browse the repository at this point in the history
  • Loading branch information
homann committed Sep 16, 2012
1 parent 9a68328 commit cc63a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsclipper.cpp
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

0 comments on commit cc63a1e

Please sign in to comment.