mirror of https://github.com/CGAL/cgal
Merge pull request #533 from maxGimeno/Io_plugin_fix-GF
IO_plugin_interface fix
This commit is contained in:
commit
b03c9bbb7a
|
|
@ -24,9 +24,9 @@
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
class Scene_item;
|
|
||||||
namespace CGAL{
|
namespace CGAL{
|
||||||
namespace Three {
|
namespace Three {
|
||||||
|
class Scene_item;
|
||||||
/*!
|
/*!
|
||||||
* \file Polyhedron_demo_io_plugin_interface.h
|
* \file Polyhedron_demo_io_plugin_interface.h
|
||||||
* This class provides a base for creating a new IO plugin.
|
* This class provides a base for creating a new IO plugin.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue