Skip to content

Commit

Permalink
fix gcc compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed May 31, 2016
1 parent af99ca6 commit 6079c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/private/httpwriter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public:
const QByteArray& field = cit.key();
const QByteArray& value = cit.value();

writeHeader(field, value);
this->writeHeader(field, value);
});

isocket.writeRaw("\r\n");
Expand Down

0 comments on commit 6079c50

Please sign in to comment.