mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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 {
|
||||
public:
|
||||
TrimRegion();
|
||||
#if defined(__REACTOS__) && defined(__clang__)
|
||||
/* FIXME: Inspect */
|
||||
~TrimRegion( void ) {}
|
||||
#endif
|
||||
Trimline left;
|
||||
Trimline right;
|
||||
Gridline top;
|
||||
|
|
Loading…
Reference in a new issue