[longomatch/redesign2: 128/159] Add missing return value
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 128/159] Add missing return value
- Date: Thu, 2 Jun 2011 00:21:08 +0000 (UTC)
commit e785499d6560450d5b7aae8ebae7c1e40cc98e6d
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]