Skip to content

Commit

Permalink
refs #759 aligned QC_SOCKET visibility with other declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnich committed Apr 15, 2016
1 parent c809aa1 commit c4a94cb
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 c4a94cb

Please sign in to comment.