From 33e6c7d39fc0a6f492bd03941d5e499f10f58d44 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 9 Jul 2011 22:00:19 +1200 Subject: [PATCH] fix namespace on cnc ProductionQueueFromSelection --- OpenRA.Mods.Cnc/ProductionQueueFromSelection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.Cnc/ProductionQueueFromSelection.cs b/OpenRA.Mods.Cnc/ProductionQueueFromSelection.cs index 6284869a30..b239d541a2 100644 --- a/OpenRA.Mods.Cnc/ProductionQueueFromSelection.cs +++ b/OpenRA.Mods.Cnc/ProductionQueueFromSelection.cs @@ -11,9 +11,9 @@ using System.Linq; using OpenRA.Traits; using OpenRA.Widgets; -using OpenRA.Mods.Cnc.Widgets; +using OpenRA.Mods.RA; -namespace OpenRA.Mods.RA.Widgets +namespace OpenRA.Mods.Cnc.Widgets { class ProductionQueueFromSelectionInfo : ITraitInfo {