X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fconnection.hxx;h=f73755957ea13f4f92c502489b81d9f98c881b3c;hp=d681ed8bc9fe8269dab7b18db0b5bd577e990bee;hb=1eed3f4c4e55d3e9f57a2dae5f71b76edb2bd4cf;hpb=0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d diff --git a/src/connection.hxx b/src/connection.hxx index d681ed8..f737559 100644 --- a/src/connection.hxx +++ b/src/connection.hxx @@ -48,7 +48,7 @@ class connection protected: connection() - : callbacks(__events_end), closed(false) + : closed(false), callbacks(__events_end) { } std::string buffer;