From c3580d2c6f4f92f10258343b5c391d7c577ee56d Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 18 Jan 2025 13:18:25 +0100 Subject: [PATCH] update to version 2.3.0 --- external/CMakeLists.txt | 2 +- plugins/plugin_tox_upnp.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index e9a39cc..0abb368 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -18,7 +18,7 @@ if (NOT TARGET miniupnpc::miniupnpc) set(UPNPC_NO_INSTALL ON CACHE BOOL "" FORCE) FetchContent_Declare(miniupnpc GIT_REPOSITORY https://github.com/miniupnp/miniupnp.git - GIT_TAG miniupnpc_2_2_8 # meh + GIT_TAG miniupnpc_2_3_0 SOURCE_SUBDIR miniupnpc ) FetchContent_MakeAvailable(miniupnpc) diff --git a/plugins/plugin_tox_upnp.cpp b/plugins/plugin_tox_upnp.cpp index ebde423..8ceabe4 100644 --- a/plugins/plugin_tox_upnp.cpp +++ b/plugins/plugin_tox_upnp.cpp @@ -28,7 +28,6 @@ SOLANA_PLUGIN_EXPORT uint32_t solana_plugin_start(struct SolanaAPI* solana_api) } try { - // TODO: toxI auto* tox_i = PLUG_RESOLVE_INSTANCE(ToxI); // static store, could be anywhere tho