Skip to content

Commit

Permalink
Fixed header guard name in appconstants.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Oct 10, 2024
1 parent af1b27a commit 48e31fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/appconstants/appconstants.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: MIT
*/

#ifndef APPCONSTANTS_H
#define APPCONSTANTS_H
#ifndef APPCONSTANTS_HPP
#define APPCONSTANTS_HPP

/**
* @file appconstants/appconstants.hpp
Expand All @@ -29,4 +29,4 @@ namespace AppConstants {
inline constexpr std::string_view ProductVersion = "@CMAKE_PROJECT_VERSION@";
}

#endif // APPCONSTANTS_H
#endif // APPCONSTANTS_HPP

0 comments on commit 48e31fe

Please sign in to comment.