summaryrefslogtreecommitdiff
path: root/libcaribou/group-model.vala
diff options
context:
space:
mode:
Diffstat (limited to 'libcaribou/group-model.vala')
-rw-r--r--libcaribou/group-model.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaribou/group-model.vala b/libcaribou/group-model.vala
index 479ed52..0721189 100644
--- a/libcaribou/group-model.vala
+++ b/libcaribou/group-model.vala
@@ -12,7 +12,7 @@ namespace Caribou {
public GroupModel (string group, string variant) {
this.group = group;
this.variant = variant;
- levels = new Gee.HashMap<string, LevelModel> (str_hash, str_equal);
+ levels = new Gee.HashMap<string, LevelModel> ();
active_level = default_level;
}