Mercurial > hg > svgui
changeset 1227:a8e126fe6a53
Guard only
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2017 21:16:46 +0000 |
parents | 6f0d7aa25816 |
children | dc6457ac4d07 |
files | layer/TimeValueLayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Thu Jan 26 21:16:37 2017 +0000 +++ b/layer/TimeValueLayer.h Thu Jan 26 21:16:46 2017 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _TIME_VALUE_LAYER_H_ -#define _TIME_VALUE_LAYER_H_ +#ifndef SV_TIME_VALUE_LAYER_H +#define SV_TIME_VALUE_LAYER_H #include "SingleColourLayer.h" #include "VerticalScaleLayer.h"