summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/ErrorCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/ErrorCheck.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/ErrorCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/ErrorCheck.h b/qpid/cpp/src/qpid/cluster/ErrorCheck.h
index 97b5f2bffd..606a959447 100644
--- a/qpid/cpp/src/qpid/cluster/ErrorCheck.h
+++ b/qpid/cpp/src/qpid/cluster/ErrorCheck.h
@@ -48,7 +48,7 @@ class ErrorCheck
{
public:
typedef std::set<MemberId> MemberSet;
- typedef framing::cluster::ErrorType ErrorType;
+ typedef framing::cluster_connection::ErrorType ErrorType;
ErrorCheck(Cluster&);