Browse Source

Change member position for better alignment on 64bit

mingodad 7 years ago
parent
commit
e81daca422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu/squirrel/sqclass.h

+ 1 - 1
SquiLu/squirrel/sqclass.h

@@ -107,9 +107,9 @@ public:
 	SQObjectPtr _attributes;
 	SQUserPointer _typetag;
 	SQRELEASEHOOK _hook;
+	SQInteger _udsize;
 	SQInt16 _constructoridx;
 	SQInt16 _destructoridx;
-	SQInteger _udsize;
 	bool _locked;
 };