]> git.stg.codes - stg.git/blobdiff - projects/rscriptd/listener.h
Complete replacement notifiers with subscriptions.
[stg.git] / projects / rscriptd / listener.h
index 4d36b87a1ac7534b339cb609a1e3d1b3b708e8a3..473ce556c580b5d7043d73404fccbcc7d8225c11 100644 (file)
@@ -87,7 +87,7 @@ private:
     bool                FinalizeNet();
     bool                RecvPacket(const std::stop_token& token);
     // Parsing stuff
-    bool                CheckHeader(const RS::PACKET_HEADER & header) const;
+    bool                CheckHeader(const STG::RS::PACKET_HEADER & header) const;
     bool                GetParams(char * buffer, UserData & data);
     // Processing stuff
     void                ProcessPending();