Remove bogus argument in sample_get_description
Copy-paste mistake from the setter most likely.
This commit is contained in:
parent
9fddc69769
commit
46eebac3ae
6 changed files with 5 additions and 7 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
virtual RID sample_create(SampleFormat p_format, bool p_stereo, int p_length);
|
||||
|
||||
virtual void sample_set_description(RID p_sample, const String& p_description);
|
||||
virtual String sample_get_description(RID p_sample, const String& p_description) const;
|
||||
virtual String sample_get_description(RID p_sample) const;
|
||||
|
||||
virtual SampleFormat sample_get_format(RID p_sample) const;
|
||||
virtual bool sample_is_stereo(RID p_sample) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue