From e455af7cf216ffb9ac288aa0265afb506f3ca6ee Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 8 May 2013 23:07:31 +0100 Subject: [PATCH] Update examples namespace. --- examples/OpenCV/OpenCV.cs | 6 +++--- examples/SDL/SDL.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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.