[libgee] Make TimSort a GObject
- From: Didier 'Ptitjes' Villevalois <dvillevalois src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgee] Make TimSort a GObject
- Date: Fri, 11 Sep 2009 07:46:14 +0000 (UTC)
commit 4c9a4fb1348622088362085aea2bcd8038f01138
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Thu Sep 10 16:52:32 2009 +0200
Make TimSort a GObject
gee/timsort.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/timsort.vala b/gee/timsort.vala
index 30971b4..ece4adb 100644
--- a/gee/timsort.vala
+++ b/gee/timsort.vala
@@ -44,7 +44,7 @@
* SODA (Fourth Annual ACM-SIAM Symposium on Discrete Algorithms), pp
* 467-474, Austin, Texas, 25-27 January 1993.
*/
-internal class Gee.TimSort<G> {
+internal class Gee.TimSort<G> : Object {
public static void sort (List<G> list, CompareFunc compare) {
if (list is ArrayList) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]