Maemo: Shut up pseudo-clever compiler.

This commit is contained in:
Christian Kandeler
2010-12-03 15:02:26 +01:00
parent 766e9c1e3b
commit 01b51fb6da

View File

@@ -63,7 +63,7 @@ public:
private:
struct Port {
Port() : port(-1) {}
Port() : port(-1), ssh(false) {}
int port;
bool ssh;
};