Skip to content
Snippets Groups Projects
Commit 01b51fb6 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Shut up pseudo-clever compiler.

parent 766e9c1e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public:
private:
struct Port {
Port() : port(-1) {}
Port() : port(-1), ssh(false) {}
int port;
bool ssh;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment