aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/pingtimer.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-01-25 02:52:11 +0000
committerGravatar Sadie Powell2019-01-25 02:52:11 +0000
commitc78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 (patch)
tree4d7b4e6135e4b8340698419a83bc29edec18a5ea /src/modules/m_spanningtree/pingtimer.h
parentRemove the DEPRECATED_METHOD macro. (diff)
Replace the override macro with the override keyword.
Diffstat (limited to 'src/modules/m_spanningtree/pingtimer.h')
-rw-r--r--src/modules/m_spanningtree/pingtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/pingtimer.h b/src/modules/m_spanningtree/pingtimer.h
index 753558689..9529d9b52 100644
--- a/src/modules/m_spanningtree/pingtimer.h
+++ b/src/modules/m_spanningtree/pingtimer.h
@@ -63,7 +63,7 @@ class PingTimer : public Timer
* @param currtime Time now
* @return Always false, we reschedule ourselves instead
*/
- bool Tick(time_t currtime) CXX11_OVERRIDE;
+ bool Tick(time_t currtime) override;
public:
/** Construct the timer. This doesn't schedule the timer.