diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-02-12 14:27:33 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-02-12 14:27:33 +0000 |
commit | e83c543e6356e37740edfaf447a427c1b88d81f6 (patch) | |
tree | 8a99f90786c0aeeb8d8d70857b44d9ddbb83ac1f /cpp | |
parent | 42247b7eea501c731128c28cdc234d76d33b61ad (diff) | |
download | qpid-python-e83c543e6356e37740edfaf447a427c1b88d81f6.tar.gz |
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 951f225a2b..f870601da8 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -845,7 +845,7 @@ set (qmfengine_SOURCES qmf/engine/ConsoleImpl.cpp qmf/engine/ConsoleImpl.h qmf/engine/EventImpl.cpp - qmf/Engine/EventImpl.h + qmf/engine/EventImpl.h qmf/engine/MessageImpl.cpp qmf/engine/MessageImpl.h qmf/engine/ObjectIdImpl.cpp |