This commit addresses the following warning. Closes #80.
warning: field 'NodesPerTable' will be initialized after field 'TTType' [-Wreorder-ctor]
TranslationTable/../TranslationTable/GmmUmdTranslationTable.h:456:13:
NodesPerTable(Size / PAGE_SIZE),
^
This commit addresses the following warning. Closes #80.