Skip to content
Snippets Groups Projects

SurfaceUniquePtrT move to TrkEventPrimitives

3 files
+ 7
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,13 +13,11 @@
*/
#ifndef TRKPARAMETERSBASE_SURFACEUNIQUEPTRT_H
#define TRKPARAMETERSBASE_SURFACEUNIQUEPTRT_H
#ifndef TRKEVENTPRIMITIVES_SURFACEUNIQUEPTRT_H
#define TRKEVENTPRIMITIVES_SURFACEUNIQUEPTRT_H
namespace Trk {
template <class S>
class SurfaceDeleter
{
@@ -29,12 +27,9 @@ public:
}
};
template <class S>
using SurfaceUniquePtrT = std::unique_ptr<S, SurfaceDeleter<S> >;
} // namespace Trk
#endif // not TRKPARAMETERSBASE_SURFACEUNIQUEPTRT_H
#endif
Loading