aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authorXiao Meng <xiaom.cs@gmail.com>2014-10-08 12:51:12 -0700
committerParth Chandra <pchandra@maprtech.com>2014-10-21 19:25:20 -0700
commitb7aebbd7b6e4c5de83e7c26ca63a216dfd910c33 (patch)
tree38f152bad72388cf22545f1fa09407ba5378fc6a /contrib/native/client/src/include
parentfd7aee133a5c55a61c1b2b31a4e27e074c669278 (diff)
DRILL-1511: C++ Client. Fix compiling issues in DRILL-1297 patch.
- Remove forward enum type declaration (not allowed in C++ 03). - Add space between `<` and `::` to fix compilation of clang
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/drillClient.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/native/client/src/include/drill/drillClient.hpp b/contrib/native/client/src/include/drill/drillClient.hpp
index f1369ee74..65c07d6a9 100644
--- a/contrib/native/client/src/include/drill/drillClient.hpp
+++ b/contrib/native/client/src/include/drill/drillClient.hpp
@@ -47,7 +47,6 @@
namespace exec{
namespace shared{
class DrillPBError;
- enum QueryType;
};
};