diff options
author | Gordon Sim <gsim@apache.org> | 2009-02-25 09:50:15 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-02-25 09:50:15 +0000 |
commit | 94f8dc70cb50ce21c217e1b6fc24bd8f1a93d1e8 (patch) | |
tree | ec0f0394502985ea76166f8f3e64934e3725b92d /cpp | |
parent | 1b7b989db34313038ec99a11793a2fbdf1d97f39 (diff) | |
download | qpid-python-94f8dc70cb50ce21c217e1b6fc24bd8f1a93d1e8.tar.gz |
Fix header name in sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 55355d2077..0db9455136 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -70,7 +70,7 @@ cluster_la_SOURCES = \ qpid/cluster/FailoverExchange.h \ qpid/cluster/Multicaster.cpp \ qpid/cluster/Multicaster.h \ - qpid/cluster/MulticastFrameHandler.h \ + qpid/cluster/McastFrameHandler.h \ qpid/cluster/NoOpConnectionOutputHandler.h \ qpid/cluster/OutputInterceptor.cpp \ qpid/cluster/OutputInterceptor.h \ |