diff options
| author | 2020-08-15 15:26:29 -0400 | |
|---|---|---|
| committer | 2020-08-26 02:32:32 -0400 | |
| commit | efa0b7a056b73dffb8789c95ebf8a9c09e55f539 (patch) | |
| tree | 52d74b2708105c14c086cddafed83b6f4eb98f7c /src/input_common/udp/udp.h | |
| parent | qt_themes: Fix Midnight Blue theme (diff) | |
| download | yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.gz yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.tar.xz yuzu-efa0b7a056b73dffb8789c95ebf8a9c09e55f539.zip | |
Address feedback
Diffstat (limited to 'src/input_common/udp/udp.h')
| -rw-r--r-- | src/input_common/udp/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/udp/udp.h b/src/input_common/udp/udp.h index 24f6e0857..672a5c812 100644 --- a/src/input_common/udp/udp.h +++ b/src/input_common/udp/udp.h | |||
| @@ -19,7 +19,7 @@ public: | |||
| 19 | State(); | 19 | State(); |
| 20 | ~State(); | 20 | ~State(); |
| 21 | void ReloadUDPClient(); | 21 | void ReloadUDPClient(); |
| 22 | std::vector<Common::ParamPackage> GetInputDevices(); | 22 | std::vector<Common::ParamPackage> GetInputDevices() const; |
| 23 | 23 | ||
| 24 | private: | 24 | private: |
| 25 | std::unique_ptr<Client> client; | 25 | std::unique_ptr<Client> client; |