forked from qt-creator/qt-creator
Maemo: Shut up pseudo-clever compiler.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
private:
|
||||
struct Port {
|
||||
Port() : port(-1) {}
|
||||
Port() : port(-1), ssh(false) {}
|
||||
int port;
|
||||
bool ssh;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user