]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_netChat.hxx
SGPath: fix creating paths with permission checker.
[simgear.git] / simgear / io / sg_netChat.hxx
index 6b227f8980b28ac9ebfd8eb68f889825e980f4e3..3a5c08a6fd2db02f144de56cb82bf04187e891b4 100644 (file)
@@ -70,6 +70,8 @@ class NetChat : public NetBufferChannel
 {
   std::string terminator;
   int bytesToCollect;
+
+protected:
   virtual void handleBufferRead (NetBuffer& buffer) ;
 
 public: