Skip to content

Commit 98d2bbb

Browse files
committed
fix: use correct namespace for utility function
1 parent 247542b commit 98d2bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lobby/credentials/secret.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ namespace {
395395
// This is a dummy fallback, but good enough for this platforms
396396
secret::SecretStorage::SecretStorage(KeyringType type) : m_type{ type } {
397397

398-
m_file_path = web::get_root_folder() / secrets_constants::store_file_name;
398+
m_file_path = utils::get_root_folder() / secrets_constants::store_file_name;
399399
}
400400

401401
secret::SecretStorage::~SecretStorage() = default;

0 commit comments

Comments
 (0)