summaryrefslogtreecommitdiffhomepage
path: root/compat/camera-names.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/camera-names.hpp')
-rw-r--r--compat/camera-names.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/camera-names.hpp b/compat/camera-names.hpp
index bda15e81..3585edfe 100644
--- a/compat/camera-names.hpp
+++ b/compat/camera-names.hpp
@@ -10,9 +10,10 @@
#include <vector>
#include <QString>
+# include <tuple>
#include "export.hpp"
-OTR_COMPAT_EXPORT std::vector<QString> get_camera_names();
+OTR_COMPAT_EXPORT std::vector<std::tuple<QString, int>> get_camera_names();
OTR_COMPAT_EXPORT int camera_name_to_index(const QString &name);