Skip to content

Commit

Permalink
stajl
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 10, 2025
1 parent 211fa34 commit 82a7ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/managers/VersionKeeperManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class CVersionKeeperManager {
bool fired();

private:
bool isVersionOlderThanRunning(const std::string& ver);
bool isVersionOlderThanRunning(const std::string& ver);

bool m_bFired = false;
bool m_bFired = false;
};

inline std::unique_ptr<CVersionKeeperManager> g_pVersionKeeperMgr;

0 comments on commit 82a7ce1

Please sign in to comment.