From 644fe732d2eaaf1eb4ecb11211cf84b0ab606e06 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Sun, 15 May 2022 18:46:16 +0200 Subject: [PATCH] corr forward declarations --- Base/Pixel/SphericalPixel.h | 2 +- Device/Mask/IShape2D.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/Pixel/SphericalPixel.h b/Base/Pixel/SphericalPixel.h index 4462df9c0df..cde289a3782 100644 --- a/Base/Pixel/SphericalPixel.h +++ b/Base/Pixel/SphericalPixel.h @@ -22,7 +22,7 @@ #include "Base/Pixel/IPixel.h" -struct Bin1D; +class Bin1D; //! A pixel in a SphericalDetector diff --git a/Device/Mask/IShape2D.h b/Device/Mask/IShape2D.h index 486e9c16823..91180b6169c 100644 --- a/Device/Mask/IShape2D.h +++ b/Device/Mask/IShape2D.h @@ -18,7 +18,7 @@ #include "Base/Types/ICloneable.h" #include <iostream> -struct Bin1D; +class Bin1D; //! Basic class for all shapes in 2D. //! @ingroup tools -- GitLab