[smuxi: 1/2] Engine: Fix CLS compliance with TextColor



commit 36182305cd3ba6bae256781242aecea0c9adc4fe
Author: Will Johansson <will johansson gmail com>
Date:   Wed Aug 20 02:30:38 2014 -0700

    Engine: Fix CLS compliance with TextColor

 src/Engine/TextColor.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Engine/TextColor.cs b/src/Engine/TextColor.cs
index 600791e..30b0634 100644
--- a/src/Engine/TextColor.cs
+++ b/src/Engine/TextColor.cs
@@ -92,6 +92,7 @@ namespace Smuxi.Engine
             f_Value = value;
         }
         
+        [CLSCompliant(false)]
         public TextColor(uint value)
         {
             f_Value = checked((int) value);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]