diff options
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/Address.h')
-rw-r--r-- | cpp/bindings/qpid/dotnet/src/Address.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/Address.h b/cpp/bindings/qpid/dotnet/src/Address.h index e5a00d8f11..8bbc207d4e 100644 --- a/cpp/bindings/qpid/dotnet/src/Address.h +++ b/cpp/bindings/qpid/dotnet/src/Address.h @@ -64,6 +64,7 @@ namespace Messaging { // copy constructor
Address(const Address ^ address);
+ Address(const Address % address);
// unmanaged clone
Address(const ::qpid::messaging::Address & addrp);
|