Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win32] RP_ShellPropSheetExt_Private::initDialog(): Revert the ranged…
… `for` loop change for RomFields. It has the same issue as the GTK version, requiring an iterator to determine if it's at the end of the tab or not. There's also iter_desc, which could have worked, but I accidentally deleted the iter_desc definition. TODO: Fix this. This fixes a regression from commit 2d51365. ([librpbase] RomFields, RomMetaData: Add begin()/end() aliases that return const_iterator.)
- Loading branch information