Skip to content

Commit

Permalink
QOGLVAO::Binder: unexport a value class
Browse files Browse the repository at this point in the history
Change-Id: Idd0261a30599d0eaeb6faffd0ff5615b5c45b670
Reviewed-by: Laszlo Agocs <[email protected]>
  • Loading branch information
dangelog committed Jun 18, 2020
1 parent 87c4812 commit 1face78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opengl/qopenglvertexarrayobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Q_OPENGL_EXPORT QOpenGLVertexArrayObject : public QObject
void bind();
void release();

class Q_OPENGL_EXPORT Binder
class Binder
{
public:
inline Binder(QOpenGLVertexArrayObject *v)
Expand Down

0 comments on commit 1face78

Please sign in to comment.