diff options
Diffstat (limited to 'anim-crop-tool/main.cpp')
-rw-r--r-- | anim-crop-tool/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anim-crop-tool/main.cpp b/anim-crop-tool/main.cpp index a95d3bae..b268321e 100644 --- a/anim-crop-tool/main.cpp +++ b/anim-crop-tool/main.cpp @@ -28,7 +28,7 @@ using Corrade::Utility::Debug; using std::filesystem::path; -using namespace Magnum::Examples::Serialize; +using namespace floormat::Serialize; struct options { |