diff options
Diffstat (limited to 'src/crepe/api/Component.h')
-rw-r--r-- | src/crepe/api/Component.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/api/Component.h b/src/crepe/api/Component.h index 2abb461..d5e0499 100644 --- a/src/crepe/api/Component.h +++ b/src/crepe/api/Component.h @@ -7,5 +7,4 @@ public: bool active; }; -} - +} // namespace crepe::api |