Skip to content

Commit

Permalink
fix array initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 8, 2019
1 parent d59fed7 commit 5b5c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/core/core_service_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CoreServiceImpl final : public dronecode_sdk::rpc::core::CoreService::Serv
const rpc::core::ListRunningPluginsRequest * /* request */,
dronecode_sdk::rpc::core::ListRunningPluginsResponse *response) override
{
std::string plugin_names[8] = {"action",
std::string plugin_names[9] = {"action",
"calibration",
"camera",
"core",
Expand Down

0 comments on commit 5b5c256

Please sign in to comment.