]> git.cworth.org Git - apitrace/blobdiff - glstate.hpp
TODO: Add some notes on additions we want to the command-line interface
[apitrace] / glstate.hpp
index 2cc929a815b65608a6b0d317fc9da73fa95b4df2..67044351228978d8bdc2309c54884cc59a4e2485 100644 (file)
@@ -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);