diff --git a/GSWeb.framework/GSWConstants.h b/GSWeb.framework/GSWConstants.h index efa4f0f..7ecbb75 100644 --- a/GSWeb.framework/GSWConstants.h +++ b/GSWeb.framework/GSWConstants.h @@ -379,6 +379,7 @@ extern id stopIndex__Key; extern id cidStore__Key; extern id cidKey__Key; extern id isDisplayStringBefore__Key; +extern id urlPrefix__Key; #endif // _GSWebConstants_h__ diff --git a/GSWeb.framework/GSWConstants.m b/GSWeb.framework/GSWConstants.m index 74e5635..dee0cc5 100644 --- a/GSWeb.framework/GSWConstants.m +++ b/GSWeb.framework/GSWConstants.m @@ -376,3 +376,4 @@ id stopIndex__Key = @"stopIndex"; id cidStore__Key = @"cidStore"; id cidKey__Key = @"cidKey"; id isDisplayStringBefore__Key = @"isDisplayStringBefore"; +id urlPrefix__Key = @"urlPrefix";