Browse Source

publish enums

David Rose 21 years ago
parent
commit
fd24bb7a43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/httpEnum.h

+ 1 - 1
panda/src/downloader/httpEnum.h

@@ -35,7 +35,7 @@
 //               within the HTTPClient family.
 //               within the HTTPClient family.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDAEXPRESS HTTPEnum {
 class EXPCL_PANDAEXPRESS HTTPEnum {
-public:
+PUBLISHED:
   enum HTTPVersion {
   enum HTTPVersion {
     HV_09,  // HTTP 0.9 or older
     HV_09,  // HTTP 0.9 or older
     HV_10,  // HTTP 1.0
     HV_10,  // HTTP 1.0