Repository: incubator-quickstep Updated Branches: refs/heads/pedantic-warning [created] 0ef873b80
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/0ef873b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/0ef873b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/0ef873b8 Branch: refs/heads/pedantic-warning Commit: 0ef873b80871adb11fdc498cb7149d943ddb62ae Parents: b9016a8 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 16:20:03 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/0ef873b8/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 {