src/cpp-common/bt2/internal/*-obj.hpp: template param. names not needed
[babeltrace.git] / src / cpp-common / bt2 / internal / borrowed-obj.hpp
index 9cf7617e3fdc15ef439a3c7d77d0e2a72528f563..3d4abd37b815decdc5c3c8ad06a16c4641f3bbaf 100644 (file)
@@ -43,7 +43,7 @@ class BorrowedObj
      *
      * C++ forbids the other way around.
      */
-    template <typename AnyLibObjT>
+    template <typename>
     friend class BorrowedObj;
 
 protected:
This page took 0.02554 seconds and 4 git commands to generate.