diff options
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r-- | src/beingmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h index bb6fc99b..cfaf7fbf 100644 --- a/src/beingmanager.h +++ b/src/beingmanager.h @@ -71,7 +71,7 @@ class BeingManager /** * Returns the whole list of beings */ - Beings* getAll(); + Beings& getAll(); /** * Logic. |