From 6525dea6c26c58483c389166933600feb3552a83 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 1 Mar 2024 22:47:01 +0800 Subject: [PATCH] namespace changes --- windows/flutter_filament_plugin.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/flutter_filament_plugin.cpp b/windows/flutter_filament_plugin.cpp index 2c23bbd0..7c3d4d96 100644 --- a/windows/flutter_filament_plugin.cpp +++ b/windows/flutter_filament_plugin.cpp @@ -44,10 +44,11 @@ #include "wgl_context.h" #endif -using namespace std::chrono_literals; - namespace flutter_filament { + using namespace std::chrono_literals; + + void FlutterFilamentPlugin::RegisterWithRegistrar( flutter::PluginRegistrarWindows *registrar) { auto channel =