summary refs log tree commit diff
path: root/src/voip/CallDevices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/voip/CallDevices.h')
-rw-r--r--src/voip/CallDevices.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voip/CallDevices.h b/src/voip/CallDevices.h

index d30ce644..9b234903 100644 --- a/src/voip/CallDevices.h +++ b/src/voip/CallDevices.h
@@ -27,8 +27,8 @@ public: bool haveCamera() const; std::vector<std::string> names(bool isVideo, const std::string &defaultDevice) const; std::vector<std::string> resolutions(const std::string &cameraName) const; - std::vector<std::string> frameRates(const std::string &cameraName, - const std::string &resolution) const; + std::vector<std::string> + frameRates(const std::string &cameraName, const std::string &resolution) const; signals: void devicesChanged();