summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/types.h')
-rw-r--r--libs/audiographer/audiographer/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/types.h b/libs/audiographer/audiographer/types.h
index 1ecf6360a0..faa3ad4f31 100644
--- a/libs/audiographer/audiographer/types.h
+++ b/libs/audiographer/audiographer/types.h
@@ -8,7 +8,7 @@
namespace AudioGrapher {
/* XXX: copied from libardour */
-typedef int64_t framecnt_t;
+typedef int64_t samplecnt_t;
typedef uint8_t ChannelCount;