From 5638ffa765f6638947c294557639ecc4928f8f24 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 4 Dec 2015 16:11:48 +0100 Subject: [PATCH] IO_plugin interface_fix - moved forward declaration of scene_item in the namespace CGAL::Three --- Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h b/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h index dae02d2278c..d44a45e7a0d 100644 --- a/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h +++ b/Three/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h @@ -24,9 +24,9 @@ #include #include -class Scene_item; namespace CGAL{ namespace Three { +class Scene_item; /*! * \file Polyhedron_demo_io_plugin_interface.h * This class provides a base for creating a new IO plugin.