summaryrefslogtreecommitdiffstats
path: root/src/voip/CallDevices.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-25 20:05:08 +0200
commit851333a50da846cc458356d763d524750b432ccb (patch)
tree0ff682353637708e8952444662e2890228c66b8b /src/voip/CallDevices.h
parent951d0f4d23ea80a9864f8458e029541402fb59f8 (diff)
Switch to clang-format14
Diffstat (limited to 'src/voip/CallDevices.h')
-rw-r--r--src/voip/CallDevices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voip/CallDevices.h b/src/voip/CallDevices.h
index cecb6357..4b2c1e48 100644
--- a/src/voip/CallDevices.h
+++ b/src/voip/CallDevices.h
@@ -43,6 +43,6 @@ private:
GstDevice *videoDevice(std::pair<int, int> &resolution, std::pair<int, int> &frameRate) const;
public:
- CallDevices(CallDevices const &) = delete;
+ CallDevices(CallDevices const &) = delete;
void operator=(CallDevices const &) = delete;
};