This commit is contained in:
Guillaume Damiand 2023-04-28 14:59:16 +02:00
parent 4df2edd9c1
commit b04d7a6b71
2 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@
//
// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
#ifndef CGAL_VBO_BUFFER_FILLER_H
#define CGAL_VBO_BUFFER_FILLER_H
#ifndef CGAL_BUFFER_FOR_VAO_H
#define CGAL_BUFFER_FOR_VAO_H
#include <CGAL/license/GraphicsView.h>
@ -923,4 +923,4 @@ protected:
} // End namespace CGAL
#endif // CGAL_VBO_BUFFER_FILLER_H
#endif // CGAL_BUFFER_FOR_VAO_H

View File

@ -10,8 +10,8 @@
// Author(s): Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
#ifndef CGAL_GRAPHIC_BUFFER_H
#define CGAL_GRAPHIC_BUFFER_H
#ifndef CGAL_GRAPHIC_STORAGE_H
#define CGAL_GRAPHIC_STORAGE_H
#include <CGAL/license/GraphicsView.h>
#include <QString>
@ -417,4 +417,4 @@ protected:
} // namespace CGAL
#endif // CGAL_GRAPHIC_BUFFER_H
#endif // CGAL_GRAPHIC_STORAGE_H