diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2025-04-29 09:49:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-29 12:49:09 -0400 |
| commit | 5e7b59f2fe2f0a7e39d2b7ba6f9e19f3bbdf3254 (patch) | |
| tree | 07cf9ad7a5f7bf7423c0a520b8d64d024990136d /src/d/d_msg.cpp | |
| parent | eef20535ac9416dcdc8164ecb2c9d4b7bb50f365 (diff) | |
Improve compiler compatibility (#743)
* fix returns
* use standard C headers
* struct/class mismatch
* explicit this in template
* switch variable scope
* C standard compliance
* & l-value
Diffstat (limited to 'src/d/d_msg.cpp')
| -rw-r--r-- | src/d/d_msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_msg.cpp b/src/d/d_msg.cpp index 1e6ef4a1..7beeeabb 100644 --- a/src/d/d_msg.cpp +++ b/src/d/d_msg.cpp @@ -7,7 +7,7 @@ #include "dolphin/types.h" class J2DTextBox; -class fopMsgM_pane_class; +struct fopMsgM_pane_class; J2DPicture* button_icon[8]; J2DPicture* button_kage[8]; |
