Skip to content

Commit

Permalink
Fix warning: "PURE_DYNAMIC_CAST" redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a authored and eagleivg committed Nov 6, 2018
1 parent 39b7ad6 commit ba7e3d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xrServerEntities/smart_cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#define SMART_CAST_H

#ifdef DEBUG
#ifndef PURE_DYNAMIC_CAST
#define PURE_DYNAMIC_CAST
#endif // PURE_DYNAMIC_CAST
#endif // DEBUG

#ifdef PURE_DYNAMIC_CAST
Expand Down

0 comments on commit ba7e3d3

Please sign in to comment.