]> git.draconx.ca Git - upkg.git/commitdiff
module: Don't use G_TYPE_MODULE for casts in modcmp.
authorNick Bowler <nbowler@draconx.ca>
Sun, 12 Jul 2009 23:44:35 +0000 (19:44 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 12 Jul 2009 23:44:35 +0000 (19:44 -0400)
This causes problems since we pass ``fake'' GObjects in to avl_find.
Since everything we store in the AVL tree are properly pointers to
GTypeModule, simple assignment should be perfectly fine.


No differences found