summaryrefslogtreecommitdiffstats
path: root/scene/resources/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sample.h')
-rw-r--r--scene/resources/sample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/sample.h b/scene/resources/sample.h
index c011f63144..be2cf67954 100644
--- a/scene/resources/sample.h
+++ b/scene/resources/sample.h
@@ -82,8 +82,8 @@ public:
bool is_stereo() const;
int get_length() const;
- void set_data(const DVector<uint8_t>& p_buffer);
- DVector<uint8_t> get_data() const;
+ void set_data(const PoolVector<uint8_t>& p_buffer);
+ PoolVector<uint8_t> get_data() const;
void set_mix_rate(int p_rate);
int get_mix_rate() const;