[longomatch/redesign2: 4/17] Add missing return value



commit 3500209ebcdb9fe7a1e0d64bfb2f93d11f734366
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Apr 9 18:09:32 2011 +0200

    Add missing return value

 LongoMatch/Store/Templates/SubCategoryTemplate.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Store/Templates/SubCategoryTemplate.cs b/LongoMatch/Store/Templates/SubCategoryTemplate.cs
index c3e6154..359addd 100644
--- a/LongoMatch/Store/Templates/SubCategoryTemplate.cs
+++ b/LongoMatch/Store/Templates/SubCategoryTemplate.cs
@@ -40,6 +40,7 @@ namespace LongoMatch.Store.Templates
 		}
 		
 		public static SubCategoryTemplate DefaultTemplate (int not_used) {
+			return new SubCategoryTemplate();
 		}
 	}
 }



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