[JAEGER] Fixed opt build.

This commit is contained in:
David Anderson 2010-05-28 11:11:24 -07:00
parent f0554c5969
commit 890460f392

View File

@ -77,7 +77,9 @@ public:
: m_executablePool(NULL)
, m_code(ncode)
, m_size(size)
#ifndef NDEBUG
, m_completed(false)
#endif
{
}