Mercurial > hg > svgui
diff layer/TextLayer.h @ 1407:05d614f6e46d fix-static-analysis
Header guards
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:52:57 +0000 |
parents | a18e78b9c78b |
children | e2b6a13a1f69 |
line wrap: on
line diff
--- a/layer/TextLayer.h Mon Nov 26 13:52:27 2018 +0000 +++ b/layer/TextLayer.h Mon Nov 26 13:52:57 2018 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _TEXT_LAYER_H_ -#define _TEXT_LAYER_H_ +#ifndef SV_TEXT_LAYER_H +#define SV_TEXT_LAYER_H #include "SingleColourLayer.h" #include "data/model/TextModel.h"