Updated namespace

This commit is contained in:
Michael Becker 2014-06-28 22:49:51 -04:00
parent 84653cbf40
commit b74ad5c214
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System;
using Gtk;
namespace UniversalEditor.Environments.GTK
namespace UniversalEditor.Engines.GTK
{
public class GTKEngine : UniversalEditor.UserInterface.Engine
{