diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-09-16 20:25:12 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-06 23:52:40 +0100 |
commit | 7cd04405711533d44cb1d5645e87c9fea42ec72e (patch) | |
tree | eed68c2ce56d0015e7c6cf3d8f8e20ee157a84cd /Base | |
parent | f8d7b4daea679048926883ba2f23527360ad435d (diff) | |
download | serenity-7cd04405711533d44cb1d5645e87c9fea42ec72e.zip |
Base: Fix idempotency in 'little' example
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/Source/little/other.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/Source/little/other.h b/Base/home/anon/Source/little/other.h index 4acda987e7..9ccb32196c 100644 --- a/Base/home/anon/Source/little/other.h +++ b/Base/home/anon/Source/little/other.h @@ -1,3 +1,4 @@ +#pragma once namespace MyNamespace { |