X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture3d.h;h=50e4555aa56cca44e3ec0d66ee09d2641a81f3ab;hp=8d9566d8ec6c7f82d1112d84024239c2d8b60273;hb=b617c5d7b5283ad260a77f01e42e6170cabbc03d;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8 diff --git a/source/texture3d.h b/source/texture3d.h index 8d9566d8..50e4555a 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -30,7 +30,7 @@ public: void storage(PixelFormat, unsigned, unsigned, unsigned, int); void image(int, PixelFormat, DataType, const void *); void sub_image(int, int, int, unsigned, unsigned, unsigned, PixelFormat, DataType, const void *); - void load_image(const std::string &fn, int dp=-1); + void load_image(const std::string &fn, int dp = -1); unsigned get_width() const { return width; } unsigned get_height() const { return height; } unsigned get_depth() const { return depth; }