diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 17:02:53 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 17:02:53 +0200 |
| commit | 6b305938b381fd3d779e561c9338355d60bd9b68 (patch) | |
| tree | 099eed3c82dce088c12649061aa6adecd57cf984 /src/Controllers/ConsoleController/ConsoleController.hpp | |
| parent | a1c9b58c29746793f00520d46e1397abe2b0e711 (diff) | |
Repair corrupt console controller
Diffstat (limited to 'src/Controllers/ConsoleController/ConsoleController.hpp')
| -rw-r--r-- | src/Controllers/ConsoleController/ConsoleController.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controllers/ConsoleController/ConsoleController.hpp b/src/Controllers/ConsoleController/ConsoleController.hpp index f3e9952..67a8483 100644 --- a/src/Controllers/ConsoleController/ConsoleController.hpp +++ b/src/Controllers/ConsoleController/ConsoleController.hpp @@ -24,7 +24,7 @@ class ConsoleController //Helpers void run(); - void coutStats(); + void coutStats(Stats stats); }; #endif |
