diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 13:29:06 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 13:29:06 -0700 |
commit | 41e136a07ce39ecb1f12a4e119f010bbdc65a1f2 (patch) | |
tree | e617b99c16de65347ae20bee999ffd7d085f43fb /src/gamestate.cpp | |
parent | d790ced1f7af3a96c7dba96ea4eb9262f70eb58b (diff) | |
download | stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.gz stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.bz2 stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.xz stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.zip |
the pure-gats interface works!
Diffstat (limited to 'src/gamestate.cpp')
-rw-r--r-- | src/gamestate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamestate.cpp b/src/gamestate.cpp index 852926e..10cfafa 100644 --- a/src/gamestate.cpp +++ b/src/gamestate.cpp | |||
@@ -22,7 +22,7 @@ GameState::~GameState() | |||
22 | { | 22 | { |
23 | } | 23 | } |
24 | 24 | ||
25 | Gats::Object *GameState::toGats() const | 25 | Gats::Dictionary *GameState::toGats() const |
26 | { | 26 | { |
27 | Gats::Dictionary *pRoot = new Gats::Dictionary; | 27 | Gats::Dictionary *pRoot = new Gats::Dictionary; |
28 | 28 | ||