diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-10 15:39:09 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-10 15:39:09 -0400 |
| commit | f6cdc035eef81cb1d6e402ccb1583c25ccb10407 (patch) | |
| tree | ffd7758d78890f7f69b79d8766a04ecb3f616a1e /src/updater.h | |
| parent | fca53646c03b904dfaddccaf1124eab65d0d5079 (diff) | |
| download | lingo-ap-tracker-f6cdc035eef81cb1d6e402ccb1583c25ccb10407.tar.gz lingo-ap-tracker-f6cdc035eef81cb1d6e402ccb1583c25ccb10407.tar.bz2 lingo-ap-tracker-f6cdc035eef81cb1d6e402ccb1583c25ccb10407.zip | |
Use wx functions to get a temporary filename
This is safer and more portable than the previous solution (tmpnam_s).
Diffstat (limited to 'src/updater.h')
| -rw-r--r-- | src/updater.h | 1 |
1 files changed, 0 insertions, 1 deletions
| 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 { | |||
| 41 | 41 | ||
| 42 | wxFrame* parent_; | 42 | wxFrame* parent_; |
| 43 | UpdateState update_state_ = UpdateState::GetVersionInvisible; | 43 | UpdateState update_state_ = UpdateState::GetVersionInvisible; |
| 44 | std::string package_path_; | ||
| 45 | }; | 44 | }; |
| 46 | 45 | ||
| 47 | #endif /* end of include guard: UPDATER_H_809E7381 */ | 46 | #endif /* end of include guard: UPDATER_H_809E7381 */ |
