diff --git a/colorm.go b/colorm.go index cc759ed2d..07cbeeb3f 100644 --- a/colorm.go +++ b/colorm.go @@ -35,6 +35,8 @@ const ColorMDim = affine.ColorMDim // The initial value is identity. type ColorM struct { impl *affine.ColorM + + _ [0]func() // Marks as non-comparable. } // String returns a string representation of ColorM.