summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-25 13:13:51 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-02 16:32:18 -0600
commita855119bdd94aad90f4cfec3066a367b0675a8e9 (patch)
tree6e7d52a5df62153ee312de3fc45bdc151445e0e7 /libs/ardour/ardour/types.h
parent63b909211d8a0f736da61d472a96700065d9c589 (diff)
rename all Evoral source from .(hpp|cpp)$ to .(h|cc)
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index fcf776f60b..ea96c7fd6d 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -48,7 +48,7 @@
#include "pbd/id.h"
-#include "evoral/Range.hpp"
+#include "evoral/Range.h"
#include "ardour/chan_count.h"
#include "ardour/plugin_types.h"
@@ -124,7 +124,7 @@ enum InsertMergePolicy {
InsertMergeExtend ///< extend new (or old) to the range of old+new
};
-/** See evoral/Parameter.hpp
+/** See evoral/Parameter.h
*
* When you add things here, you REALLY SHOULD add a case clause to
* the constructor of ParameterDescriptor, unless the Controllables