Set correct version for CPACK
[supercollider.git] / SCClassLibrary / backwards_compatibility / osx / scide_scapp / views.sc
blob3650ee908f470df5aa203980eef2a8964788ae64
1 + SCView {
3         backColor_ { arg color;
4                 this.background = color;
5         }