Skip to content

Commit

Permalink
wrong constexpr removed
Browse files Browse the repository at this point in the history
  • Loading branch information
uwerat committed Feb 27, 2024
1 parent 82bd6f1 commit 7f8bc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/QskSpinBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace
return QskAspect::NoSubcontrol;
}

inline constexpr QskAspect aspectDecoration()
inline QskAspect aspectDecoration()
{
return QskSpinBox::Panel | QskAspect::Style;
}
Expand Down

0 comments on commit 7f8bc6c

Please sign in to comment.