]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/HTTPClient.hxx
Document that property write-protection is not a security measure
[flightgear.git] / src / Network / HTTPClient.hxx
index c20fe7f9e283e81e645b56a62d5583c72f729ceb..262a2e40b9daa00574d4cb5d9d5808762bcb098c 100644 (file)
@@ -42,6 +42,7 @@ public:
     virtual void update(double);
 
 private:
+    bool _inited;
     std::auto_ptr<simgear::HTTP::Client> _http;
 };