mirror of https://github.com/odrling/Aegisub
Make AudioRenderingStyleRanges's destructor protected
Originally committed to SVN as r6160.
This commit is contained in:
parent
bc640b4f94
commit
a189bac35e
|
@ -54,6 +54,8 @@ enum AudioRenderingStyle {
|
|||
/// Interface for producers of audio rendering ranges, consumers should
|
||||
/// implement this interface for objects to pass to producers.
|
||||
class AudioRenderingStyleRanges {
|
||||
protected:
|
||||
~AudioRenderingStyleRanges() { }
|
||||
public:
|
||||
/// @brief Add a range to the line
|
||||
/// @param start First sample index in range
|
||||
|
|
Loading…
Reference in New Issue