diff options
Diffstat (limited to 'engines/sword25/math')
-rw-r--r-- | engines/sword25/math/regionregistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/math/regionregistry.cpp b/engines/sword25/math/regionregistry.cpp index 40909aebad..c1fd6e98a8 100644 --- a/engines/sword25/math/regionregistry.cpp +++ b/engines/sword25/math/regionregistry.cpp @@ -39,7 +39,7 @@ #include "sword25/math/regionregistry.h" #include "sword25/math/region.h" -DECLARE_SINGLETON(Sword25::RegionRegistry) +DECLARE_SINGLETON(Sword25::RegionRegistry); namespace Sword25 { |