[longomatch/redesign2: 118/140] Add missing return value



commit 3f4c8bcdd30281c9bbc89618185f768b9d5565e6
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]