mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[GLU32] Add TrimRegion destructor when compiling with clang-cl. CORE-11799 (#94)
This commit is contained in:
parent
788efd34a8
commit
9cb62498de
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ class Backend;
|
||||||
class TrimRegion {
|
class TrimRegion {
|
||||||
public:
|
public:
|
||||||
TrimRegion();
|
TrimRegion();
|
||||||
|
#if defined(__REACTOS__) && defined(__clang__)
|
||||||
|
/* FIXME: Inspect */
|
||||||
|
~TrimRegion( void ) {}
|
||||||
|
#endif
|
||||||
Trimline left;
|
Trimline left;
|
||||||
Trimline right;
|
Trimline right;
|
||||||
Gridline top;
|
Gridline top;
|
||||||
|
|
Loading…
Reference in a new issue