src/cpp-common/bt2: add `bt2::AddConst` and `bt2::RemoveConst`
[babeltrace.git] / src / cpp-common / bt2 / internal / utils.hpp
index cbf761b0ca49c738c224da3b3b5607d13e08b578..34c52fffc883249cfc7b6330f8289fbde2b4cac6 100644 (file)
@@ -22,6 +22,9 @@ void validateCreatedObjPtr(const LibObjPtrT libOjbPtr)
     }
 }
 
+template <typename ObjT>
+struct TypeDescr;
+
 } /* namespace internal */
 } /* namespace bt2 */
 
This page took 0.022901 seconds and 4 git commands to generate.