Mercurial > hg > svcore
diff data/model/EditableDenseThreeDimensionalModel.h @ 1581:ad5f892c0c4d fix-static-analysis
Header guards
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:51:36 +0000 |
parents | c01cbe41aeb5 |
children | 0d89abd631ac |
line wrap: on
line diff
--- a/data/model/EditableDenseThreeDimensionalModel.h Mon Nov 26 13:48:45 2018 +0000 +++ b/data/model/EditableDenseThreeDimensionalModel.h Mon Nov 26 13:51:36 2018 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _EDITABLE_DENSE_THREE_DIMENSIONAL_MODEL_H_ -#define _EDITABLE_DENSE_THREE_DIMENSIONAL_MODEL_H_ +#ifndef SV_EDITABLE_DENSE_THREE_DIMENSIONAL_MODEL_H +#define SV_EDITABLE_DENSE_THREE_DIMENSIONAL_MODEL_H #include "DenseThreeDimensionalModel.h"