Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / 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