diff options
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r-- | src/BlockInfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index fe4460cad..b8cc26f11 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -11,6 +11,9 @@ void cBlockInfo::sHandlerDeleter::operator () (cBlockHandler * a_Handler) } + + + cBlockInfo::cBlockInfoArray::cBlockInfoArray() { cBlockInfoArray & Info = *this; |