Code

make selection_contains_both_clone_and_original reusable
[inkscape.git] / src / libvpsc / pairingheap / dsexceptions.h
1 #ifndef DSEXCEPTIONS_H_
2 #define DSEXCEPTIONS_H_
4 class Underflow { };
5 class Overflow  { };
6 class OutOfMemory { };
7 class BadIterator { };
9 #endif