mirror of https://github.com/odrling/Aegisub
Explicitly declare a storage location for AudioDisplayScrollbar::min_width
Originally committed to SVN as r5837.
This commit is contained in:
parent
3a80292762
commit
c763026bfc
|
@ -206,7 +206,7 @@ public:
|
|||
dc.DrawRectangle(thumb);
|
||||
}
|
||||
};
|
||||
|
||||
const int AudioDisplayScrollbar::min_width;
|
||||
|
||||
|
||||
class AudioDisplayTimeline : public AudioDisplayInteractionObject {
|
||||
|
|
Loading…
Reference in New Issue