X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b40b0f5b204d59bbc1d3e66c5bba192b878469a6..4dff340069297c51f04fcd230282b86eee6943db:/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