Skip to content

Commit 3a8ad12

Browse files
committed
Fix clang-tidy errors
1 parent 1d35bce commit 3a8ad12

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

GolDP/include/purpledune0x7c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class IPalette0x4;
1414
class PurpleDune0x7c : public GoldDune0x38 {
1515
public:
1616
PurpleDune0x7c();
17-
~PurpleDune0x7c(); // vtable+0x00
17+
~PurpleDune0x7c() override; // vtable+0x00
1818

1919
void LockPixels(LegoU8** p_pixels, LegoU32* p_pitch, LegoU32 p_flags) override; // vtable+0x04
2020
void UnlockPixels() override; // vtable+0x08

GolDP/include/purpleribbon0x24.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ class PurpleDune0x7c;
1111
class PurpleRibbon0x24 : public MagentaRibbon0x20 {
1212
public:
1313
PurpleRibbon0x24();
14-
~PurpleRibbon0x24();
15-
16-
void Clear() override; // vtable+0x08
17-
18-
void VTable0x0c() override; // vtable+0x0c
19-
void VTable0x10() override; // vtable+0x10
20-
void VTable0x14() override; // vtable+0x14
14+
~PurpleRibbon0x24() override; // vtable+0x00
15+
void Clear() override; // vtable+0x08
16+
void VTable0x0c() override; // vtable+0x0c
17+
void VTable0x10() override; // vtable+0x10
18+
void VTable0x14() override; // vtable+0x14
2119
void VTable0x18(
2220
LegoU32 p_index,
2321
const FalconTextureFormat& p_textureFormat,

0 commit comments

Comments
 (0)