summaryrefslogtreecommitdiff
path: root/Applications/KeyboardMapper
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-03 22:06:08 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-03 22:06:08 +0200
commit6c09420571f705886ffb38c3d428ea3f990a52f0 (patch)
tree245628cd933ad4d32ece30a283ee8b8092c3df2e /Applications/KeyboardMapper
parentc40de9275a9850034362877ccaf7a1a979960221 (diff)
downloadserenity-6c09420571f705886ffb38c3d428ea3f990a52f0.zip
KeyboardMapper: Add missing #pragma once
Diffstat (limited to 'Applications/KeyboardMapper')
-rw-r--r--Applications/KeyboardMapper/KeyPositions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Applications/KeyboardMapper/KeyPositions.h b/Applications/KeyboardMapper/KeyPositions.h
index d69ead8192..9ec3dd35e6 100644
--- a/Applications/KeyboardMapper/KeyPositions.h
+++ b/Applications/KeyboardMapper/KeyPositions.h
@@ -24,6 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#pragma once
+
#include <AK/String.h>
struct KeyPosition {