]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/configproto.h
Replace static void * CONFIGPROTO::Run(void *) with normal method
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / configproto.h
index efecd121458f8e8214e07f8a11b1be56b8f129cf..787267e674b6b58d82061c08e3e7d91308b25bca 100644 (file)
@@ -65,7 +65,7 @@ public:
     int             Prepare();
     int             Stop();
     const std::string & GetStrError() const;
-    static void *   Run(void * a);
+    void            Run();
 
 private:
     int             RecvHdr(int sock);