cppcheck/CheckMemoryLeak.h
2007-05-24 13:08:51 +00:00

12 lines
366 B
C

//---------------------------------------------------------------------------
#ifndef CheckMemoryLeakH
#define CheckMemoryLeakH
//---------------------------------------------------------------------------
/** \brief Check for memory leaks */
void CheckMemoryLeak();
//---------------------------------------------------------------------------
#endif