1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023673: Static method Image_PixMap::SizePixelBytes is not exported

Static method Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat)
exported under Windows to prevent link error in the user code.
This commit is contained in:
san
2012-12-27 10:43:05 +04:00
parent ddd95bbf9a
commit a940de4195

View File

@@ -215,7 +215,7 @@ public: // low-level API for batch-processing (pixels reading / comparison / mod
}
//! @return bytes reserved for one pixel (may include extra bytes for alignment).
static Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat);
Standard_EXPORT static Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat);
//! @return bytes reserved per row.
//! Could be larger than needed to store packed row (extra bytes for alignment etc.).