summaryrefslogtreecommitdiff
path: root/libs/temporal
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:03:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:03:13 -0400
commit9283bee867ce788465f3e48ed889cd324e098e64 (patch)
tree6532f82c94b9cc668d4bdc43363e3021836fc7ce /libs/temporal
parent48d402c960e13556e8608a36d00d0338c733b5e4 (diff)
new header file for audio-based time types
Diffstat (limited to 'libs/temporal')
-rw-r--r--libs/temporal/temporal/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/temporal/temporal/types.h b/libs/temporal/temporal/types.h
index 1d19245ec8..34b69e9c64 100644
--- a/libs/temporal/temporal/types.h
+++ b/libs/temporal/temporal/types.h
@@ -21,7 +21,7 @@
#include <stdint.h>
-namespace PBD {
+namespace Temporal {
/* Any position measured in audio samples.
Assumed to be non-negative but not enforced.