Changeset View
Changeset View
Standalone View
Standalone View
intern/opencolorio/fallback_impl.cc
| Context not available. | |||||
| const char *FallbackImpl::configGetDefaultView(OCIO_ConstConfigRcPtr * /*config*/, | const char *FallbackImpl::configGetDefaultView(OCIO_ConstConfigRcPtr * /*config*/, | ||||
| const char * /*display*/) | const char * /*display*/) | ||||
| { | { | ||||
| return "Default"; | return "Standard"; | ||||
| } | } | ||||
| int FallbackImpl::configGetNumViews(OCIO_ConstConfigRcPtr * /*config*/, const char * /*display*/) | int FallbackImpl::configGetNumViews(OCIO_ConstConfigRcPtr * /*config*/, const char * /*display*/) | ||||
| Context not available. | |||||
| int index) | int index) | ||||
| { | { | ||||
| if (index == 0) { | if (index == 0) { | ||||
| return "Default"; | return "Standard"; | ||||
| } | } | ||||
| return NULL; | return NULL; | ||||
| } | } | ||||
| Context not available. | |||||