summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-08-15 21:26:29 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-08-26 08:32:32 +0200
commitefa0b7a056b73dffb8789c95ebf8a9c09e55f539 (patch)
tree52d74b2708105c14c086cddafed83b6f4eb98f7c /src/input_common/main.h
parentqt_themes: Fix Midnight Blue theme (diff)
downloadyuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.gz
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.bz2
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.lz
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.xz
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.zst
yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.zip
Diffstat (limited to 'src/input_common/main.h')
-rw-r--r--src/input_common/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index ebc7f9533..e706c3750 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -76,7 +76,7 @@ public:
/// Setup and start polling for inputs, should be called before GetNextInput
/// If a device_id is provided, events should be filtered to only include events from this
/// device id
- virtual void Start(std::string device_id = "") = 0;
+ virtual void Start(const std::string& device_id = "") = 0;
/// Stop polling
virtual void Stop() = 0;
/**