From d2d1843e03e5297e9914a4eeceda4cf45eb012bd Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 8 Apr 2013 07:03:57 -0200 Subject: [PATCH] Fix default branch --- src/Umbraco.Web/umbraco.presentation/macro.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/umbraco.presentation/macro.cs b/src/Umbraco.Web/umbraco.presentation/macro.cs index 2f4bdf9820..aea5e4de03 100644 --- a/src/Umbraco.Web/umbraco.presentation/macro.cs +++ b/src/Umbraco.Web/umbraco.presentation/macro.cs @@ -31,6 +31,7 @@ using umbraco.NodeFactory; using umbraco.presentation.templateControls; using Content = umbraco.cms.businesslogic.Content; using Macro = umbraco.cms.businesslogic.macro.Macro; +using MacroErrorEventArgs = Umbraco.Core.Events.MacroErrorEventArgs; namespace umbraco {