[iagno] game: inherit from gobject
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] game: inherit from gobject
- Date: Sat, 28 Sep 2013 23:40:53 +0000 (UTC)
commit 0d3ac0a19d83d7a457c27913858f7cdcfbcc4043
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Sep 27 22:04:02 2013 -0500
game: inherit from gobject
In theory, this is required to possess signals. (Clearly this is not
actually the case.)
src/game.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game.vala b/src/game.vala
index 74638ea..a4a2bca 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -8,7 +8,7 @@
* license.
*/
-public class Game
+public class Game : Object
{
/* Tiles on the board */
private Player[,] tiles;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]