Forgotten file and fix

This commit is contained in:
Siana Gearz
2013-05-11 21:46:41 +02:00
parent c43dd499d0
commit b344873954
2 changed files with 37 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ namespace HACD
{
public:
virtual void operator()( char const *aMsg, double aProgress, double aConcavity, size_t aVertices) = 0;
virtual ~ICallback() {}
};
typedef ICallback* CallBackFunction;