From 64eb81c6708aa837009f0c6ae9d7830332a6a11e Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 15 Oct 1997 16:25:42 +0000 Subject: added "class" to friend HTTP_Config declaration in HTTP_Config_Info. --- apps/JAWS/server/HTTP_Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/JAWS/server/HTTP_Config.h b/apps/JAWS/server/HTTP_Config.h index d3199b2eec0..fc8adacb0a1 100644 --- a/apps/JAWS/server/HTTP_Config.h +++ b/apps/JAWS/server/HTTP_Config.h @@ -40,7 +40,7 @@ class HTTP_Config_Info // = TITLE // This is where the information is really stored. { -friend HTTP_Config; +friend class HTTP_Config; public: HTTP_Config_Info (void); ~HTTP_Config_Info (void); -- cgit v1.2.1