X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glstate.hpp;h=67044351228978d8bdc2309c54884cc59a4e2485;hb=9d27cc7dfeedc2910a955b42de87f7601cbcf113;hp=2cc929a815b65608a6b0d317fc9da73fa95b4df2;hpb=96404a790de7891a30bd4e3e668b436a735efde0;p=apitrace diff --git a/glstate.hpp b/glstate.hpp index 2cc929a..6704435 100644 --- a/glstate.hpp +++ b/glstate.hpp @@ -35,7 +35,7 @@ class JSONWriter; -namespace Image { +namespace image { class Image; } @@ -51,7 +51,7 @@ void dumpParameters(JSONWriter &json); void dumpCurrentContext(std::ostream &os); -Image::Image * +image::Image * getDrawBufferImage(GLenum format);