View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001807 | NoesisGUI | C++ SDK | public | 2020-10-14 17:50 | 2020-10-14 17:57 |
| Reporter | steveh | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.6 | ||||
| Target Version | 3.0.7 | Fixed in Version | 3.0.7 | ||
| Summary | 0001807: PS4 Compile error in 3.0.6 | ||||
| Description | Hi guys, Just upgrading from 3.0.0 -> 3.0.6 and found a compile error with our PS4 build. It's a simple fix, it's just a missing forward declare. The error is in FormattedText.h: void SetOwner(TextBlock* owner); TextBlock is not forward declared. I simply added "class TextBlock" to the top of the file alongside all other forward declares and it fixed the error. Everything else compiled fine. Cheers, -Steven | ||||
| Platform | PlayStation4 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-10-14 17:50 | steveh | New Issue | |
| 2020-10-14 17:56 | jsantos | Assigned To | => jsantos |
| 2020-10-14 17:56 | jsantos | Status | new => assigned |
| 2020-10-14 17:56 | jsantos | Target Version | => 3.0.7 |
| 2020-10-14 17:57 | jsantos | Status | assigned => resolved |
| 2020-10-14 17:57 | jsantos | Resolution | open => fixed |
| 2020-10-14 17:57 | jsantos | Fixed in Version | => 3.0.7 |