Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d782c5b

Browse files
committed
[[nodiscard]]
1 parent bbe4efd commit d782c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/Include/Tkge/Utilities.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ namespace Tkge
1919
/// Gets the current executable directory.
2020
/// </summary>
2121
/// <returns>The parent directory of the main module</returns>
22-
static [[nodiscard]] std::filesystem::path GetCurrentExecutablePath();
22+
[[nodiscard]] static std::filesystem::path GetCurrentExecutablePath();
2323
};
2424
} // namespace Tkge

0 commit comments

Comments
 (0)