diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 52ec793bc..de56c0895 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -86,7 +86,7 @@ struct WrapAppearance {  struct EdgeProperties {  	int column = 0;  	ColourRGBA colour; -	EdgeProperties(int column_ = 0, ColourRGBA colour_ = ColourRGBA::FromRGB(0)) noexcept : +	constexpr EdgeProperties(int column_ = 0, ColourRGBA colour_ = ColourRGBA::FromRGB(0)) noexcept :  		column(column_), colour(colour_) {  	}  }; | 
