This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 64bf795
committed
[[Bugfix-14721]] Increase readability of enum
The readibility of the MCGoStackVisibility enum has been increased by
renaming it to MCInterfaceExecGoVisibility, and prepending the new enum
name to all the enumeration values.
Also the use of braces in the enum definition has been updated to conform
to the existing style (note to self: read C++style.md *first* next time).1 parent b46a43f commit 64bf795
4 files changed
+18
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
1741 | | - | |
| 1741 | + | |
1742 | 1742 | | |
1743 | 1743 | | |
1744 | 1744 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4329 | 4329 | | |
4330 | 4330 | | |
4331 | 4331 | | |
4332 | | - | |
| 4332 | + | |
4333 | 4333 | | |
4334 | 4334 | | |
4335 | 4335 | | |
| |||
4453 | 4453 | | |
4454 | 4454 | | |
4455 | 4455 | | |
4456 | | - | |
| 4456 | + | |
4457 | 4457 | | |
4458 | 4458 | | |
4459 | 4459 | | |
4460 | | - | |
| 4460 | + | |
4461 | 4461 | | |
4462 | | - | |
| 4462 | + | |
4463 | 4463 | | |
4464 | 4464 | | |
4465 | 4465 | | |
| |||
4543 | 4543 | | |
4544 | 4544 | | |
4545 | 4545 | | |
4546 | | - | |
| 4546 | + | |
4547 | 4547 | | |
4548 | 4548 | | |
4549 | 4549 | | |
4550 | 4550 | | |
4551 | | - | |
| 4551 | + | |
4552 | 4552 | | |
4553 | 4553 | | |
4554 | 4554 | | |
| |||
4576 | 4576 | | |
4577 | 4577 | | |
4578 | 4578 | | |
4579 | | - | |
| 4579 | + | |
4580 | 4580 | | |
4581 | 4581 | | |
4582 | 4582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2449 | 2449 | | |
2450 | 2450 | | |
2451 | 2451 | | |
2452 | | - | |
2453 | | - | |
2454 | | - | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
2455 | 2460 | | |
2456 | 2461 | | |
2457 | 2462 | | |
| |||
0 commit comments