From 1c6faea388598d9373cb76fb7deff410fdf800d3 Mon Sep 17 00:00:00 2001 From: Mart Roosmaa Date: Sat, 5 Jan 2013 15:36:46 +0200 Subject: [PATCH] Added default value to GetResource comment argument. Fixes compilation error for AndroidCatalogue class. --- Vernacular.Catalog/Vernacular/FieldReflectionResourceCatalog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vernacular.Catalog/Vernacular/FieldReflectionResourceCatalog.cs b/Vernacular.Catalog/Vernacular/FieldReflectionResourceCatalog.cs index c46900a..b64127f 100644 --- a/Vernacular.Catalog/Vernacular/FieldReflectionResourceCatalog.cs +++ b/Vernacular.Catalog/Vernacular/FieldReflectionResourceCatalog.cs @@ -71,7 +71,7 @@ namespace Vernacular reflection_type = reflectionType; } - protected bool GetResource (out T resource, string context, string message, + protected bool GetResource (out T resource, string context, string message = null, LanguageGender gender = LanguageGender.Neutral, int pluralCount = 1) { var cached_string = new CachedString {