mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 08:07:40 +00:00
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:
commit
a98d24a605
1 changed files with 2 additions and 2 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue