Merge pull request #13963 from keymanapp/fix/linux/cherry-pick/13911-typo-in-OrderedOutputDevice.h

fix(linux): use correct header guard define in OrderedOutputDevice.h 🍒 🏠
This commit is contained in:
Marc Durdin 2025-05-16 22:02:39 +07:00 committed by GitHub
commit a98d24a605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
#ifndef __ORDEREDOUTPUTDEVICE_H__
#define __ORDEROUTPUTDEVICE_H__
#define __ORDEREDOUTPUTDEVICE_H__
#include <libevdev/libevdev-uinput.h>
@ -23,4 +23,4 @@ protected:
OrderedOutputDevice* CreateOrderedOutputDevice();
#endif // __ORDEROUTPUTDEVICE_H__
#endif // __ORDEREDOUTPUTDEVICE_H__