Added function and member function pointers in wxAnyValueBuffer to make memory alignment problems even less likely.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0411067998
commit
62d7be2066
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ union wxAnyValueBuffer
|
|||
wxInt64 m_int64;
|
||||
#endif
|
||||
double m_double;
|
||||
void ( *m_funcPtr )(void);
|
||||
void ( wxAnyValueBuffer::*m_mFuncPtr )(void);
|
||||
wxByte m_buffer[WX_ANY_VALUE_BUFFER_SIZE];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue