Skip to content

Commit

Permalink
compilation fix for newer boost
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianD committed May 13, 2022
1 parent a591d75 commit 52c6c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gesture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@ RStroke Stroke::trefoil() {
}
return Stroke::create(s, 0, 0, AnyModifier, false);
}

template void Stroke::save(boost::archive::text_oarchive & ar, const unsigned int version) const;

0 comments on commit 52c6c2b

Please sign in to comment.