summaryrefslogtreecommitdiffstats
path: root/source/cSignEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cSignEntity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cSignEntity.h b/source/cSignEntity.h
index 0c9e40710..33578e1be 100644
--- a/source/cSignEntity.h
+++ b/source/cSignEntity.h
@@ -33,8 +33,8 @@ public:
AString GetLine( int a_Index ) const;
- virtual void UsedBy( cPlayer & a_Player );
- virtual void SendTo( cClientHandle* a_Client );
+ virtual void UsedBy( cPlayer * a_Player ) override;
+ virtual void SendTo( cClientHandle* a_Client ) override;
private: