[longomatch/redesign3: 117/143] Add missing return value
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3: 117/143] Add missing return value
- Date: Mon, 15 Aug 2011 22:55:01 +0000 (UTC)
commit e5b6a3e4f691ba46459ecacea4648c4ee8cd9603
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]