From 7de8aed0e6497b4d60c07047fee488690cb2bf00 Mon Sep 17 00:00:00 2001 From: IceN9ne Date: Tue, 27 Nov 2018 21:38:17 -0500 Subject: Remove unnecessary usages of the inline keyword per language evolution. --- src/modules/dcc/DccVideoWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/dcc') diff --git a/src/modules/dcc/DccVideoWindow.h b/src/modules/dcc/DccVideoWindow.h index eca3ed97f..492744a57 100644 --- a/src/modules/dcc/DccVideoWindow.h +++ b/src/modules/dcc/DccVideoWindow.h @@ -102,7 +102,7 @@ protected: void stopRecording(); void startPlaying(); void stopPlaying(); - inline bool isPlaying() { return m_bPlaying; }; + bool isPlaying() const { return m_bPlaying; } virtual void run(); virtual bool handleIncomingData(KviDccThreadIncomingData * data, bool bCritical); }; -- cgit v1.3.1-10-gc9f91