Skip to content

Commit

Permalink
fix: use correct namespace for utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Nov 16, 2024
1 parent 247542b commit 98d2bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lobby/credentials/secret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ namespace {
// This is a dummy fallback, but good enough for this platforms
secret::SecretStorage::SecretStorage(KeyringType type) : m_type{ type } {

m_file_path = web::get_root_folder() / secrets_constants::store_file_name;
m_file_path = utils::get_root_folder() / secrets_constants::store_file_name;
}

secret::SecretStorage::~SecretStorage() = default;
Expand Down

0 comments on commit 98d2bbb

Please sign in to comment.