Repository: incubator-quickstep Updated Branches: refs/heads/master 46f916f6f -> f42c726de
Fixed a pedantic warning. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/f42c726d Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/f42c726d Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/f42c726d Branch: refs/heads/master Commit: f42c726deb2aaae06c9f8cf2ca46cbe66ad6cf2b Parents: 46f916f Author: Zuyu Zhang <zu...@apache.org> Authored: Tue Mar 21 16:20:03 2017 -0700 Committer: Zuyu Zhang <zu...@apache.org> Committed: Tue Mar 21 19:45:26 2017 -0700 ---------------------------------------------------------------------- query_execution/Shiftboss.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/f42c726d/query_execution/Shiftboss.hpp ---------------------------------------------------------------------- diff --git a/query_execution/Shiftboss.hpp b/query_execution/Shiftboss.hpp index 05457bd..879f456 100644 --- a/query_execution/Shiftboss.hpp +++ b/query_execution/Shiftboss.hpp @@ -40,7 +40,7 @@ #include "tmb/address.h" #include "tmb/id_typedefs.h" -namespace tmb { class MessageBus; }; +namespace tmb { class MessageBus; } namespace quickstep {