Skip to content

Commit

Permalink
fix(flagpp): remove storage class specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 29, 2023
1 parent 7e58810 commit 6efc8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/window.qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <flagpp/flags.hpp>

template <>
static inline constexpr bool flagpp::enabled<saucer::window_edge> = true;
constexpr bool flagpp::enabled<saucer::window_edge> = true;

namespace saucer
{
Expand Down
2 changes: 1 addition & 1 deletion src/window.win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <flagpp/flags.hpp>

template <>
static inline constexpr bool flagpp::enabled<saucer::window_edge> = true;
constexpr bool flagpp::enabled<saucer::window_edge> = true;

namespace saucer
{
Expand Down

0 comments on commit 6efc8ec

Please sign in to comment.