# HG changeset patch # User Chris Cannam # Date 1485465406 0 # Node ID a8e126fe6a53eba79125962a42d84daab6b6ffe5 # Parent 6f0d7aa25816e4a19784ab24842027fc88a7cdfb Guard only diff -r 6f0d7aa25816 -r a8e126fe6a53 layer/TimeValueLayer.h --- 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"