mirror of https://github.com/CGAL/cgal
Rename
This commit is contained in:
parent
4df2edd9c1
commit
b04d7a6b71
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue