diff options
Diffstat (limited to 'src/crepe/api/Point.h')
-rw-r--r-- | src/crepe/api/Point.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Point.h b/src/crepe/api/Point.h index b47b7e6..575d624 100644 --- a/src/crepe/api/Point.h +++ b/src/crepe/api/Point.h @@ -1,6 +1,6 @@ #pragma once -namespace crepe::api { +namespace crepe { class Point { public: @@ -8,4 +8,4 @@ public: double y; }; -} // namespace crepe::api +} // namespace crepe |