X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b40b0f5b204d59bbc1d3e66c5bba192b878469a6..8b089c5e8c8a2140258d150ca1ce42afd3b79e1b:/include/wx/memory.h diff --git a/include/wx/memory.h b/include/wx/memory.h index 21b9545a96..48fb5c449e 100644 --- a/include/wx/memory.h +++ b/include/wx/memory.h @@ -196,6 +196,8 @@ protected: static int debugLevel; static bool debugOn; + static int m_balign; // byte alignment + static int m_balignmask; // mask for performing byte alignment public: // Set a checkpoint to dump only the memory from // a given point