diff --git a/include/history.hpp b/include/history.hpp index 045f6aab..49612053 100644 --- a/include/history.hpp +++ b/include/history.hpp @@ -158,6 +158,9 @@ struct CableRemove : InverseAction { struct State { + struct Internal; + Internal* internal; + std::deque actions; int actionIndex; /** Action index of saved patch state. */