]> git.tdb.fi Git - libs/gl.git/blobdiff - source/framebuffer.h
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / framebuffer.h
index 9fe4cd8bd028f1d929ead4111ddcd8f11126d619..7c88b4cd105a7def770fc8d0b3ea404c6bac051c 100644 (file)
@@ -10,7 +10,6 @@ Distributed under the LGPL
 
 #include <vector>
 #include "gl.h"
-#include "types.h"
 
 namespace Msp {
 namespace GL {
@@ -92,7 +91,7 @@ private:
                Attachment &operator=(Texture &);
        };
 
-       uint id;
+       unsigned id;
        std::vector<Attachment> attachments;
        unsigned width;
        unsigned height;