aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccVoiceCodec.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-04-30 18:34:55 +0100
committerGravatar Alexey Sokolov2016-04-30 18:50:44 +0100
commita37bd1dfeb81c8cd44453e186a43c1b29883ab49 (patch)
tree29338a8f291b8fb05d924938f4bbc8df8be5a09f /src/modules/dcc/DccVoiceCodec.cpp
parentApply clang-tidy: modernize-use-override (diff)
downloadKVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.gz
KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.tar.bz2
KVIrc-a37bd1dfeb81c8cd44453e186a43c1b29883ab49.zip
Apply clang-tidy: modernize-use-default
Diffstat (limited to 'src/modules/dcc/DccVoiceCodec.cpp')
-rw-r--r--src/modules/dcc/DccVoiceCodec.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/modules/dcc/DccVoiceCodec.cpp b/src/modules/dcc/DccVoiceCodec.cpp
index 57be1681e..8b153883a 100644
--- a/src/modules/dcc/DccVoiceCodec.cpp
+++ b/src/modules/dcc/DccVoiceCodec.cpp
@@ -33,8 +33,7 @@ DccVoiceCodec::DccVoiceCodec()
}
DccVoiceCodec::~DccVoiceCodec()
-{
-}
+ = default;
void DccVoiceCodec::encode(KviDataBuffer *, KviDataBuffer *)
{
@@ -66,8 +65,7 @@ DccVoiceNullCodec::DccVoiceNullCodec()
}
DccVoiceNullCodec::~DccVoiceNullCodec()
-{
-}
+ = default;
void DccVoiceNullCodec::encode(KviDataBuffer * signal, KviDataBuffer * stream)
{
@@ -103,8 +101,7 @@ DccVideoCodec::DccVideoCodec()
}
DccVideoCodec::~DccVideoCodec()
-{
-}
+ = default;
void DccVideoCodec::encodeVideo(KviDataBuffer *, KviDataBuffer *)
{
@@ -140,8 +137,7 @@ DccVideoSJpegCodec::DccVideoSJpegCodec()
}
DccVideoSJpegCodec::~DccVideoSJpegCodec()
-{
-}
+ = default;
void DccVideoSJpegCodec::encodeVideo(KviDataBuffer * videoSignal, KviDataBuffer * stream)
{