--- scribo/scribo/core/component_set.hh | 2 +- scribo/scribo/core/line_set.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scribo/scribo/core/component_set.hh b/scribo/scribo/core/component_set.hh index ded64ae..07114c9 100644 --- a/scribo/scribo/core/component_set.hh +++ b/scribo/scribo/core/component_set.hh @@ -70,7 +70,7 @@ namespace scribo {
// Forward declaration. - template <typename L> struct component_set; + template <typename L> class component_set;
namespace internal diff --git a/scribo/scribo/core/line_set.hh b/scribo/scribo/core/line_set.hh index db987e6..c841079 100644 --- a/scribo/scribo/core/line_set.hh +++ b/scribo/scribo/core/line_set.hh @@ -56,8 +56,8 @@ namespace scribo {
// Forward declaration. - template <typename L> struct line_set; - template <typename L> struct line_info; + template <typename L> class line_set; + template <typename L> class line_info;
typedef mln::util::object_id<scribo::LineId, unsigned> line_id_t;