[GLU32] Add TrimRegion destructor when compiling with clang-cl. CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-28 14:06:01 +01:00
parent 788efd34a8
commit 9cb62498de

View file

@ -46,6 +46,10 @@ class Backend;
class TrimRegion {
public:
TrimRegion();
#if defined(__REACTOS__) && defined(__clang__)
/* FIXME: Inspect */
~TrimRegion( void ) {}
#endif
Trimline left;
Trimline right;
Gridline top;