summaryrefslogtreecommitdiff
path: root/scene/resources/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/font.h')
-rw-r--r--scene/resources/font.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scene/resources/font.h b/scene/resources/font.h
index 397d48cbb0..ad0f0176db 100644
--- a/scene/resources/font.h
+++ b/scene/resources/font.h
@@ -109,10 +109,10 @@ private:
float ascent;
bool distance_field_hint;
- void _set_chars(const DVector<int>& p_chars);
- DVector<int> _get_chars() const;
- void _set_kernings(const DVector<int>& p_kernings);
- DVector<int> _get_kernings() const;
+ void _set_chars(const PoolVector<int>& p_chars);
+ PoolVector<int> _get_chars() const;
+ void _set_kernings(const PoolVector<int>& p_kernings);
+ PoolVector<int> _get_kernings() const;
void _set_textures(const Vector<Variant> & p_textures);
Vector<Variant> _get_textures() const;