changeset 294:52985d48b263

Re #319: WarFoundry Forge - No Factory set failure * Add public constructor (since MonoDevelop didn't complain about it being missing)
author IBBoard <dev@ibboard.co.uk>
date Fri, 17 Dec 2010 20:40:30 +0000
parents a1657c6f41a0
children f8f441f2fcfe
files api/Factories/DummyWarFoundryFactory.cs
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/api/Factories/DummyWarFoundryFactory.cs	Fri Dec 17 20:09:06 2010 +0000
+++ b/api/Factories/DummyWarFoundryFactory.cs	Fri Dec 17 20:40:30 2010 +0000
@@ -14,6 +14,11 @@
 	///</summary>
 	public class DummyWarFoundryFactory : IWarFoundryFactory
 	{
+		public DummyWarFoundryFactory()
+		{
+			//Public constructor
+		}
+
 		public void CompleteLoading(IWarFoundryStagedLoadObject obj)
 		{
 			obj.SetAsFullyLoaded();