forked from qt-creator/qt-creator
Fixed alignment issues with 64 bits ABIs.
This commit is contained in:
@@ -56,7 +56,7 @@ using namespace CPlusPlus;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Literal::Literal(const char *chars, unsigned size)
|
||||
: _index(0), _next(0)
|
||||
: _next(0), _index(0)
|
||||
{
|
||||
_chars = new char[size + 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user