Removing all C++11 features touches many parts of many files, so better merge the changes into develop ASAP to prevent future conflicts.
9 lines
246 B
C++
9 lines
246 B
C++
//Copyright (c) 2013-2015 United States Government as represented by the Administrator of the
|
|
//National Aeronautics and Space Administration. All Rights Reserved.
|
|
#include "DataManager.h"
|
|
|
|
namespace XPC
|
|
{
|
|
DREF XPData[134][8] = { DREF_None };
|
|
}
|