Skip to content

Commit

Permalink
Merge pull request #760 from qorelanguage/bugfix/759_QC_Socket_visibi…
Browse files Browse the repository at this point in the history
…lity

refs #759 aligned QC_SOCKET visibility with other declarations
  • Loading branch information
tethal committed Apr 15, 2016
2 parents c809aa1 + c4a94cb commit affe09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qore/intern/QC_HTTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

DLLEXPORT extern qore_classid_t CID_HTTPCLIENT;
DLLEXPORT extern QoreClass *QC_HTTPCLIENT;
DLLEXPORT extern QoreClass *QC_SOCKET;
DLLLOCAL extern QoreClass *QC_SOCKET;
DLLLOCAL QoreClass *initHTTPClientClass(QoreNamespace& ns);

class HTTPInfoRefHelper {
Expand Down

0 comments on commit affe09c

Please sign in to comment.