]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/texture.hxx
make headers include headers they depend on, don't rely on the c(xx)
[simgear.git] / simgear / screen / texture.hxx
index 00265336a8f7bb3a541738f3d6299ff7686131d4..9f76cadbd2390a4dfc87cad67782ebef4dc39715 100644 (file)
@@ -42,6 +42,7 @@ protected:
 
     FILE *file;
     typedef struct _ImageRec {
+        _ImageRec(void) : tmp(0), rowStart(0), rowSize(0) {}
         unsigned short imagic;
         unsigned short type;
         unsigned short dim;