Skip to content

Commit

Permalink
2.18 lives in pre-C++11 land (followup c71e550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 19, 2017
1 parent d814324 commit a122e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/app/testqgsmaptoolreshape.cpp
Expand Up @@ -27,7 +27,7 @@ class TestQgsMapToolReshape : public QObject
{
Q_OBJECT
public:
TestQgsMapToolReshape() = default;
TestQgsMapToolReshape() : mQgisApp( nullptr ) {}

private slots:
void initTestCase(); // will be called before the first testfunction is executed.
Expand All @@ -38,7 +38,7 @@ class TestQgsMapToolReshape : public QObject
void reshapeWithBindingLine();

private:
QgisApp *mQgisApp = nullptr;
QgisApp *mQgisApp;
};

void TestQgsMapToolReshape::initTestCase()
Expand Down

0 comments on commit a122e02

Please sign in to comment.