Skip to content

Commit

Permalink
fix for properties copy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Feb 10, 2024
1 parent f808427 commit 157c898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emulation/properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ class Properties {
throw std::runtime_error("Tried to overwrite an active property set with another active one!");
props._valueMap = _valueMap;
}
props._valueList = _valueList;
}
bool operator==(const Properties& other) const
{
Expand Down

0 comments on commit 157c898

Please sign in to comment.