view src/name/blackcap/exifwasher/Osdep.kt.default.osdep @ 21:539c3641c539

Input type to SetOnceImpl cannot be nullable.
author David Barts <n5jrn@me.com>
date Sun, 12 Apr 2020 18:46:57 -0700
parents ba5dc14652da
children
line wrap: on
line source

/*
 * OS-dependent code, version for all non-Mac systems.
 */
package name.blackcap.exifwasher

fun setMacMenus() {
    /* no-op */
}