diff --git a/examples/OpenCV/OpenCV.cs b/examples/OpenCV/OpenCV.cs index 26ac127b..4a890e73 100644 --- a/examples/OpenCV/OpenCV.cs +++ b/examples/OpenCV/OpenCV.cs @@ -1,7 +1,7 @@ -using Cxxi.Generators; -using Cxxi.Passes; +using CppSharp.Generators; +using CppSharp.Passes; -namespace Cxxi +namespace CppSharp { class OpenCV : ILibrary { diff --git a/examples/SDL/SDL.cs b/examples/SDL/SDL.cs index 4731a112..def45c37 100644 --- a/examples/SDL/SDL.cs +++ b/examples/SDL/SDL.cs @@ -1,7 +1,7 @@ -using Cxxi.Generators; -using Cxxi.Passes; +using CppSharp.Generators; +using CppSharp.Passes; -namespace Cxxi +namespace CppSharp { /// /// Transform the SDL library declarations to something more .NET friendly.