diff --git a/include/dollop.h b/include/dollop.h index 2c2acf368ac3d6cf45f70890f0375c2f8b6123d8..be6940efe27a08c61cbab3313bc2faad8e617e07 100644 --- a/include/dollop.h +++ b/include/dollop.h @@ -99,6 +99,8 @@ class Dollop_t : public Placeable_t, public std::list<DollopEntry_t*> { } Dollop_t *Split(libIRDB::Instruction_t *split_point); + void RemoveDollopEntries(std::list<DollopEntry_t*>::iterator, + std::list<DollopEntry_t*>::iterator); friend std::ostream &operator<<(std::ostream &, const Dollop_t &);