Merge pull request #533 from maxGimeno/Io_plugin_fix-GF

IO_plugin_interface fix
This commit is contained in:
Sebastien Loriot 2015-12-07 16:41:08 +01:00
commit b03c9bbb7a
1 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@
#include <QFileInfo>
#include <QStringList>
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.