From f6cdc035eef81cb1d6e402ccb1583c25ccb10407 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 10 Apr 2025 15:39:09 -0400 Subject: Use wx functions to get a temporary filename This is safer and more portable than the previous solution (tmpnam_s). --- src/updater.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/updater.h') diff --git a/src/updater.h b/src/updater.h index 2d2f746..c604a49 100644 --- a/src/updater.h +++ b/src/updater.h @@ -41,7 +41,6 @@ class Updater : public wxEvtHandler { wxFrame* parent_; UpdateState update_state_ = UpdateState::GetVersionInvisible; - std::string package_path_; }; #endif /* end of include guard: UPDATER_H_809E7381 */ -- cgit 1.4.1