diff options
Diffstat (limited to 'src/crepe/ScriptSystem.h')
-rw-r--r-- | src/crepe/ScriptSystem.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/ScriptSystem.h b/src/crepe/ScriptSystem.h index e1ed290..72e360b 100644 --- a/src/crepe/ScriptSystem.h +++ b/src/crepe/ScriptSystem.h @@ -14,5 +14,4 @@ private: ~ScriptSystem(); }; -} - +} // namespace crepe |