diff options
| author | 2022-10-30 12:16:52 +0000 | |
|---|---|---|
| committer | 2022-10-30 12:58:38 +0000 | |
| commit | 41926908ecfcf043cd149e93f0c710f8cecd96a0 (patch) | |
| tree | 1a0c82117e31ad9fca8b43514e571344793353c9 /include/modules/reload.h | |
| parent | Slim down the forward declarations in typedefs. (diff) | |
Fix some types which were missed when making stuff final.
Diffstat (limited to 'include/modules/reload.h')
| -rw-r--r-- | include/modules/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/reload.h b/include/modules/reload.h index fb10fe355..e70782f54 100644 --- a/include/modules/reload.h +++ b/include/modules/reload.h @@ -28,7 +28,7 @@ namespace ReloadModule */ class CustomData { - struct Data + struct Data final { EventListener* handler; void* data; |
