refactor: USHORT to short as per request

This commit is contained in:
LightDestory 2025-05-08 15:35:06 +02:00 committed by Lane.Wei
parent 78aa4927a8
commit 6c6b67bbdf
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ void GUI_App::post_init()
std::string download_url;
#if BBL_RELEASE_TO_PUBLIC
USHORT ext_url_open_state = -1; // -1 not set, wxNO not open, wxYES open
short ext_url_open_state = -1; // -1 not set, wxNO not open, wxYES open
for (auto input_str : input_str_arr) {
if (boost::starts_with(input_str, "http://makerworld") ||
boost::starts_with(input_str, "https://makerworld") ||