X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a1314235b1ff73d6d396764fdc704b4f0b0420bf..2b5a139d506e8427ecce53b2ef6d4bfdaeae3691:/projects/stargazer/plugins/capture/cap_debug/debug_cap.h diff --git a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h index 6bea457f..c9a629c6 100644 --- a/projects/stargazer/plugins/capture/cap_debug/debug_cap.h +++ b/projects/stargazer/plugins/capture/cap_debug/debug_cap.h @@ -69,7 +69,7 @@ public: int Start(); int Stop(); - int Reload() { return 0; } + int Reload(const MODULE_SETTINGS & ms) { return 0; } int ParseSettings() { return 0; } bool IsRunning(); const std::string & GetStrError() const;