Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some missing trailing ";" #223

Open
eanon opened this issue May 8, 2024 · 0 comments
Open

Some missing trailing ";" #223

eanon opened this issue May 8, 2024 · 0 comments

Comments

@eanon
Copy link

eanon commented May 8, 2024

Just built wxHexEditor 0.24 ß (source downloaded from SourceForge) in AlmaLinux 8.9 against GCC 8.5.0 (all autotools installed) issuing a simple make, and I had to add these missing trailing ";" as below.
­

// In HexDialogs.cpp (line #423)
WX_CLEAR_ARRAY(parent->HighlightArray);

// In HexEditorCtrl.cpp (line #67)
WX_CLEAR_ARRAY(MainTagArray);
WX_CLEAR_ARRAY(HighlightArray);
WX_CLEAR_ARRAY(CompareArray);

­
Just some minor typos :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant