Skip to content

Commit

Permalink
Fix R2025 macro manager bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyNefyodov committed Jul 14, 2024
1 parent 5b30526 commit b3cdcaf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
#if REVIT2023_OR_GREATER
using Autodesk.Revit.DB.Structure;
#endif
#if REVIT2025_OR_GREATER
#else
using Autodesk.Revit.DB.Macros;
#endif

namespace RevitLookup.Core.ComponentModel.Descriptors;

Expand Down

0 comments on commit b3cdcaf

Please sign in to comment.