diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-03 22:06:08 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-03 22:06:08 +0200 |
commit | 6c09420571f705886ffb38c3d428ea3f990a52f0 (patch) | |
tree | 245628cd933ad4d32ece30a283ee8b8092c3df2e /Applications/KeyboardMapper | |
parent | c40de9275a9850034362877ccaf7a1a979960221 (diff) | |
download | serenity-6c09420571f705886ffb38c3d428ea3f990a52f0.zip |
KeyboardMapper: Add missing #pragma once
Diffstat (limited to 'Applications/KeyboardMapper')
-rw-r--r-- | Applications/KeyboardMapper/KeyPositions.h | 2 |
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 { |