Allow setting a custom Profile without using reflection
[mono.git] / mcs / tools / tuner / Mono.Tuner / Profile.cs
index 62e0ce414d9bb278dfd5537af3e192c738268934..54cfffa64f183e58eed1f5dec1012503845c178b 100644 (file)
@@ -28,6 +28,9 @@ namespace Mono.Tuner {
 
                                throw new NotSupportedException ("No active profile");
                        }
+                       set {
+                               current = value;
+                       }
                }
 
                static Profile CreateProfile (string name)