Skip to content

Commit

Permalink
HPCC-32840 Fix macOS build break
Browse files Browse the repository at this point in the history
Reorder CMPException members to match constructor initialization order.

Signed-off-by: Tim Klemm <tim.klemm@lexisnexisrisk.com>
  • Loading branch information
Tim Klemm authored and Tim Klemm committed Oct 21, 2024
1 parent ea1047a commit 4f5953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/mp/mpcomm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ struct MultiPacketHeader

class DECL_EXCEPTION CMPException: public IMP_Exception, public CInterface
{
StringAttr msg;
public:
IMPLEMENT_IINTERFACE;

Expand Down Expand Up @@ -254,6 +253,7 @@ class DECL_EXCEPTION CMPException: public IMP_Exception, public CInterface
private:
MessagePassingError error;
SocketEndpoint endpoint;
StringAttr msg;
};


Expand Down

0 comments on commit 4f5953e

Please sign in to comment.