fixed pointer declaration. Ooops! Refs #207

This commit is contained in:
John M. Penn 2016-03-30 16:48:10 -05:00
parent 145922667e
commit 605ef1da0c

View File

@ -3,7 +3,7 @@
#include "trick/MemoryManager.hh"
static char nil_units = "--";
static char * nil_units = "--";
// MEMBER FUNCTION
ATTRIBUTES* Trick::MemoryManager::make_reference_attr( ALLOC_INFO* alloc_info) {