macdependency/MachO/machodemangleexception.h

18 lines
275 B
C
Raw Normal View History

#ifndef MACHODEMANGLEEXCEPTION_H
#define MACHODEMANGLEEXCEPTION_H
#include "macho_global.h"
#include "machoexception.h"
2009-09-29 15:01:48 +00:00
class EXPORT MachODemangleException : public MachOException
{
public:
MachODemangleException(const string&);
};
#endif // MACHODEMANGLEEXCEPTION_H