Skip to content

Commit

Permalink
Update examples namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed May 8, 2013
1 parent e1f70d7 commit e455af7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/OpenCV/OpenCV.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Cxxi.Generators;
using Cxxi.Passes;
using CppSharp.Generators;
using CppSharp.Passes;

namespace Cxxi
namespace CppSharp
{
class OpenCV : ILibrary
{
Expand Down
6 changes: 3 additions & 3 deletions examples/SDL/SDL.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Cxxi.Generators;
using Cxxi.Passes;
using CppSharp.Generators;
using CppSharp.Passes;

namespace Cxxi
namespace CppSharp
{
/// <summary>
/// Transform the SDL library declarations to something more .NET friendly.
Expand Down

0 comments on commit e455af7

Please sign in to comment.