summaryrefslogtreecommitdiffstats
path: root/src/voip/CallDevices.h
diff options
context:
space:
mode:
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 4b2c1e48..cecb6357 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;
};