Skip to content

Commit

Permalink
ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
1234somesh committed Aug 29, 2024
1 parent f85dd04 commit 6bfe215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/collision/protocols.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ class GlueToSurf {

using ActiveProtocol = std::variant<Off, BindCenters,
#ifdef VIRTUAL_SITES_RELATIVE
BindVS, GlueToSurf
BindVS, GlueToSurf
#endif // VIRTUAL_SITES_RELATIVE
>;
>;

} // namespace Collision
#endif
1 change: 0 additions & 1 deletion src/script_interface/collision_detection/Off.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ class Off : public Protocol {
} // namespace Collision
} // namespace ScriptInterface
#endif // COLLISION_DETECTION

0 comments on commit 6bfe215

Please sign in to comment.