diff options
Diffstat (limited to 'cpp/lib/client/Connector.cpp')
| -rw-r--r-- | cpp/lib/client/Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/client/Connector.cpp b/cpp/lib/client/Connector.cpp index a99360b840..291ebb2107 100644 --- a/cpp/lib/client/Connector.cpp +++ b/cpp/lib/client/Connector.cpp @@ -78,7 +78,7 @@ OutputHandler* Connector::getOutputHandler(){ return this; } -void Connector::send(AMQFrame* frame){ +void Connector::send(AMQDataBlock* frame){ writeBlock(frame); if(debug) std::cout << "SENT: " << *frame << std::endl; delete frame; |
