Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
TAR_BLOCKSIZE = 512,
|
||||
TAR_BLOCKSIZE = 512
|
||||
};
|
||||
|
||||
// checksum type
|
||||
@@ -154,7 +154,7 @@ private:
|
||||
static void check();
|
||||
};
|
||||
|
||||
wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock);
|
||||
wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock)
|
||||
|
||||
// A table giving the field names and offsets in a tar header block
|
||||
const wxTarField wxTarHeaderBlock::fields[] =
|
||||
|
Reference in New Issue
Block a user