diff --git a/src/services/impl/json_config_service.hpp b/src/services/impl/json_config_service.hpp index b43ff4f..81a07be 100644 --- a/src/services/impl/json_config_service.hpp +++ b/src/services/impl/json_config_service.hpp @@ -94,7 +94,7 @@ private: RuntimeConfig config_; // Helper methods moved from main.cpp - static std::filesystem::path FindScriptPath(const char* argv0); + std::filesystem::path FindScriptPath(const char* argv0); static RuntimeConfig LoadFromJson(std::shared_ptr logger, const std::filesystem::path& configPath, bool dumpConfig); };