Skip to content

Commit ba7e3d3

Browse files
q4aeagleivg
authored andcommitted
Fix warning: "PURE_DYNAMIC_CAST" redefined
1 parent 39b7ad6 commit ba7e3d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xrServerEntities/smart_cast.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#define SMART_CAST_H
1313

1414
#ifdef DEBUG
15+
#ifndef PURE_DYNAMIC_CAST
1516
#define PURE_DYNAMIC_CAST
17+
#endif // PURE_DYNAMIC_CAST
1618
#endif // DEBUG
1719

1820
#ifdef PURE_DYNAMIC_CAST

0 commit comments

Comments
 (0)