THRIFT-2784 Eliminate compiler warnings in generated C++ code
Patch: Roger Meier
diff --git a/compiler/cpp/src/parse/t_program.h b/compiler/cpp/src/parse/t_program.h
index 5cf2738..1536f81 100644
--- a/compiler/cpp/src/parse/t_program.h
+++ b/compiler/cpp/src/parse/t_program.h
@@ -89,7 +89,7 @@
const std::string& get_out_path() const { return out_path_; }
// Create gen-* dir accessor
- const bool is_out_path_absolute() const { return out_path_is_absolute_; }
+ bool is_out_path_absolute() const { return out_path_is_absolute_; }
// Name accessor
const std::string& get_name() const { return name_; }