Skip to content

Commit

Permalink
Windows compile fix: Be more specific about which AspectWithState to …
Browse files Browse the repository at this point in the history
…use (#1528)
  • Loading branch information
donnyward authored Dec 15, 2020
1 parent 4b0b4dc commit 41dac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/common/AspectWithVersion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class AspectWithStateAndVersionedProperties
constexpr static void (*UpdateProperties)(Derived*) = updateProperties;

using AspectStateImpl
= AspectWithState<Derived, StateData, CompositeType, updateState>;
= common::AspectWithState<Derived, StateData, CompositeType, updateState>;

using AspectPropertiesImpl = detail::AspectWithVersionedProperties<
AspectStateImpl,
Expand Down

0 comments on commit 41dac54

Please sign in to comment.