summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/XamlCompilationAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml/XamlCompilationAttribute.cs')
-rw-r--r--Xamarin.Forms.Xaml/XamlCompilationAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml/XamlCompilationAttribute.cs b/Xamarin.Forms.Xaml/XamlCompilationAttribute.cs
index 76199039..79cc87bd 100644
--- a/Xamarin.Forms.Xaml/XamlCompilationAttribute.cs
+++ b/Xamarin.Forms.Xaml/XamlCompilationAttribute.cs
@@ -21,7 +21,7 @@ namespace Xamarin.Forms.Xaml
public XamlCompilationOptions XamlCompilationOptions { get; set; }
}
- internal static class XamlCExtensions
+ static class XamlCExtensions
{
public static bool IsCompiled(this Type type)
{