summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 16:25:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 16:25:42 +0000
commit64eb81c6708aa837009f0c6ae9d7830332a6a11e (patch)
tree357d21cf834d47138434bec4e1f20fd7933b64d6 /apps
parent2e3c782879277a97105b483fd0540948a86121d6 (diff)
downloadATCD-64eb81c6708aa837009f0c6ae9d7830332a6a11e.tar.gz
added "class" to friend HTTP_Config declaration in HTTP_Config_Info.
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/server/HTTP_Config.h2
1 files changed, 1 insertions, 1 deletions
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);