mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Fixed warning about initialisation order. Also made code layout consistent within this file.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@350 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bbeca155de
commit
c0da275501
1 changed files with 19 additions and 19 deletions
|
@ -44,8 +44,8 @@ struct Symbol
|
|||
flags(0),
|
||||
size(0),
|
||||
numCalls(0),
|
||||
analyzed(0),
|
||||
type(SYMBOL_FUNCTION)
|
||||
type(SYMBOL_FUNCTION),
|
||||
analyzed(0)
|
||||
{}
|
||||
|
||||
~Symbol()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue