diff options
Diffstat (limited to 'ResourceInformation.h')
-rw-r--r-- | ResourceInformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ResourceInformation.h b/ResourceInformation.h index 11c1ca0..0d66811 100644 --- a/ResourceInformation.h +++ b/ResourceInformation.h @@ -5,5 +5,5 @@ class ResourceInformation : public Feature { //Callbacks - void OnMenuPlayerTreenode(Player* player, int playerIndex); + void OnMenuPlayerTreenode(Player* player, int playerIndex) override; };
\ No newline at end of file |