]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/uniformblock.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / uniformblock.h
index 810afd7758525455afdaaf8c90e16b78ea318cd8..1144158d2ee3ae760bb994be535b8657c9650faa 100644 (file)
@@ -21,7 +21,7 @@ Applications normally don't need to deal with UniformBlocks directly.  They're
 managed by the ProgramData class, which provides a higher-level interface for
 setting uniform values.
 */
-class UniformBlock: public UniformBlockBackend, public NonCopyable, public Bufferable
+class UniformBlock: public UniformBlockBackend, public Bufferable
 {
 private:
        std::vector<char> data;