diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-29 20:45:11 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-29 20:45:11 +0000 |
commit | 2035f6a1e49f84affbc0407a3642328f94bd7f56 (patch) | |
tree | 58e1695bf4682e0c03652c76a6bced29cb5e9155 /apps/JAWS/server/HTTP_Helpers.h | |
parent | 28fce71c16805bb51b28370e1b29962783b2750b (diff) | |
download | ATCD-2035f6a1e49f84affbc0407a3642328f94bd7f56.tar.gz |
Thilo and SGI fixes.
Diffstat (limited to 'apps/JAWS/server/HTTP_Helpers.h')
-rw-r--r-- | apps/JAWS/server/HTTP_Helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/HTTP_Helpers.h b/apps/JAWS/server/HTTP_Helpers.h index 9c5581e5a11..c50b8ad1cf6 100644 --- a/apps/JAWS/server/HTTP_Helpers.h +++ b/apps/JAWS/server/HTTP_Helpers.h @@ -43,7 +43,7 @@ class HTTP_Status_Code // Design around the Singleton pattern { public: - static const char * const * const instance(void); + static const char ** instance(void); // Singleton access point. enum STATUS_CODE { |