Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win32] AboutTab: Reorder initialization to match variable order.
src/win32/config/AboutTab.cpp: In constructor ‘AboutTabPrivate::AboutTabPrivate()’: src/win32/config/AboutTab.cpp:159:22: warning: ‘AboutTabPrivate::hRichEdit’ will be initialized after [-Wreorder] 159 | HWND hRichEdit; | ^~~~~~~~~ src/win32/config/AboutTab.cpp:115:22: warning: ‘bool AboutTabPrivate::bUseFriendlyLinks’ [-Wreorder] 115 | bool bUseFriendlyLinks; | ^~~~~~~~~~~~~~~~~ src/win32/config/AboutTab.cpp:196:1: warning: when initialized here [-Wreorder] 196 | AboutTabPrivate::AboutTabPrivate() | ^~~~~~~~~~~~~~~
- Loading branch information