Explicitly declare a storage location for AudioDisplayScrollbar::min_width

Originally committed to SVN as r5837.
This commit is contained in:
Thomas Goyne 2011-11-08 04:53:51 +00:00
parent 3a80292762
commit c763026bfc
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public:
dc.DrawRectangle(thumb);
}
};
const int AudioDisplayScrollbar::min_width;
class AudioDisplayTimeline : public AudioDisplayInteractionObject {