]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_nf/cap_nf.cpp
Rename BASE_AUTH and BASE_STORE to AUTH and STORE
[stg.git] / projects / stargazer / plugins / capture / cap_nf / cap_nf.cpp
index 4ef1ee8ebcd5158886613cde687312d14e561e6f..ddbe935a97033dd14b7671939bb959c8e3126034 100644 (file)
@@ -61,7 +61,7 @@ private:
     NF_CAP * nf;
 } cnc;
 
-BASE_PLUGIN * GetPlugin()
+PLUGIN * GetPlugin()
 {
 return cnc.GetCapturer();
 }