diff options
author | 2016-07-06 10:38:54 -0400 | |
---|---|---|
committer | 2016-07-07 06:59:35 -0400 | |
commit | e3cb2c7d78a63f3ce3c4a244e0ba06356f422b95 (patch) | |
tree | b89be5cf6b90eff8fb0729d880dfccce641fe719 /src/lib/formats/thom_dsk.cpp | |
parent | 6e64e3314ab53e17e74c1e664e23554d495eb85a (diff) |
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, changed option_resolution to be a class, etc)
Diffstat (limited to 'src/lib/formats/thom_dsk.cpp')
-rw-r--r-- | src/lib/formats/thom_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/thom_dsk.cpp b/src/lib/formats/thom_dsk.cpp index 2e126b696e7..df4d66c84e3 100644 --- a/src/lib/formats/thom_dsk.cpp +++ b/src/lib/formats/thom_dsk.cpp @@ -210,7 +210,7 @@ static floperr_t sap_get_indexed_sector_info(floppy_image_legacy *floppy, int he return err; } -static floperr_t sap_post_format(floppy_image_legacy *floppy, option_resolution *params) +static floperr_t sap_post_format(floppy_image_legacy *floppy, util::option_resolution *params) { int track,sector; int pos; |