0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / WNT / WNT_Image.lxx
CommitLineData
7fd59977 1#ifndef __WNT_BITMAP_H
2# include <WNT_Bitmap.h>
3#endif // __WNT_BITMAP_H
4
5inline Aspect_Handle WNT_Image :: HBITMAP () const {
6
7 return ( ( PWNT_Bitmap )myImage ) -> hBmp;
8
9} // end WNT_Image :: HBITMAP
10
11inline Standard_Address WNT_Image :: Image () const {
12
13 return myImage;
14
15} // end WNT_Image :: HBITMAP