Skip to content

Commit

Permalink
fix duplicated function name
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Sep 7, 2024
1 parent ca84f60 commit 2b9e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SKSE/Interfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ namespace SKSE

constexpr void AuthorEmail(std::string_view a_email) noexcept { SetCharBuffer(a_email, std::span{ supportEmail }); }

[[nodiscard]] constexpr std::string_view GetAuthorName() const noexcept { return std::string_view{ supportEmail }; }
[[nodiscard]] constexpr std::string_view GetAuthorEmail() const noexcept { return std::string_view{ supportEmail }; }

constexpr void UsesAddressLibrary() noexcept { versionIndependence |= kVersionIndependent_AddressLibraryPostAE; }
constexpr void UsesSigScanning() noexcept { versionIndependence |= kVersionIndependent_Signatures; }
Expand Down

0 comments on commit 2b9e07c

Please sign in to comment.