Skip to content

Commit a122e02

Browse files
committed
2.18 lives in pre-C++11 land (followup c71e550)
1 parent d814324 commit a122e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/app/testqgsmaptoolreshape.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestQgsMapToolReshape : public QObject
2727
{
2828
Q_OBJECT
2929
public:
30-
TestQgsMapToolReshape() = default;
30+
TestQgsMapToolReshape() : mQgisApp( nullptr ) {}
3131

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

4040
private:
41-
QgisApp *mQgisApp = nullptr;
41+
QgisApp *mQgisApp;
4242
};
4343

4444
void TestQgsMapToolReshape::initTestCase()

0 commit comments

Comments
 (0)