diff options
Diffstat (limited to 'sd/sdi/sdslots.sdi')
-rw-r--r-- | sd/sdi/sdslots.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index 204cbfcafa2f..751c09901fa8 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -63,9 +63,9 @@ module StarDraw enum PresChange { - PRESCHANGE_MANUAL, - PRESCHANGE_AUTO, - PRESCHANGE_SEMIAUTO + PresChange::Manual, + PresChange::Auto, + PresChange::SemiAuto }; // Items |