Compilation error since change in walkergrid on OS X

Issue #345 resolved
Marc Saurfelt created an issue

Since walker grid has been moved to its own file, I can't compile from source (I did a "make clean" to be sure). The error I have is :

/Users/cram/Applications/caesaria/caesaria/source/city/walkergrid.cpp:25:25: error: default initialization of an object of const type 'const WalkerList' (aka 'const SmartList<Walker>') requires a user-provided default constructor

static const WalkerList invalidList;

Comments (1)

  1. Log in to comment