Mercurial > hg > svcore
comparison data/model/WaveFileModel.h @ 1535:22fe34dd7f26 zoom
Guard update only
author | Chris Cannam |
---|---|
date | Mon, 24 Sep 2018 14:40:22 +0100 |
parents | efea94b04d5a |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1534:8f9e9cff141d | 1535:22fe34dd7f26 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef WAVE_FILE_MODEL_H | 16 #ifndef SV_WAVE_FILE_MODEL_H |
17 #define WAVE_FILE_MODEL_H | 17 #define SV_WAVE_FILE_MODEL_H |
18 | 18 |
19 #include "RangeSummarisableTimeValueModel.h" | 19 #include "RangeSummarisableTimeValueModel.h" |
20 | 20 |
21 #include <stdlib.h> | 21 #include <stdlib.h> |
22 | 22 |