You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
Just some minor typos :)
The text was updated successfully, but these errors were encountered: