Hello, when compiling a project using WO-names, I was missing WOApp. Should it be added to GSWeb.h? (patch included)
Cheers, Dave
Index: gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h =================================================================== RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h,v retrieving revision 1.7 diff -u -r1.7 GSWeb.h --- gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h 4 Aug 2002 18:00:11 -0000 1.7 +++ gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h 23 Sep 2002 15:36:12 -0000 @@ -125,6 +125,8 @@ #define GSWComponentContent WOComponentContent #define GSWFileUpload WOFileUpload #define GSWResourceURL WOResourceURL + +#define GSWApp WOApp #endif @class EOEditingContext;
