# HG changeset patch # User Some Random Person # Date 1331658420 25200 # Node ID f75ec4738afce7aa8738b76b7244e7124768e0bc # Parent 0e6cc9d9ec677201b8768f63694bf6244498dd62 Compiles, but does not yet run properly diff -r 0e6cc9d9ec67 -r f75ec4738afc ListOfArrays.h --- a/ListOfArrays.h Fri Mar 09 22:14:24 2012 -0800 +++ b/ListOfArrays.h Tue Mar 13 10:07:00 2012 -0700 @@ -5,8 +5,8 @@ * Created on December 16, 2011, 2:06 PM */ -#ifndef LISTOFARRAYS_H -#define LISTOFARRAYS_H +#ifndef _LISTOFARRAYS_H +#define _LISTOFARRAYS_H #include #include "DynArray/DynArray.h"