Fix a fatal compil error on gcc.
This commit is contained in:
parent
6418441218
commit
3960f48b5d
|
@ -261,6 +261,9 @@ VECTOR2I DIALOG_POSITION_RELATIVE::getAnchorPos()
|
||||||
case ANCHOR_ITEM:
|
case ANCHOR_ITEM:
|
||||||
return m_anchorItemPosition;
|
return m_anchorItemPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Needed by some compilers to avoid a fatal compil error (no return value).
|
||||||
|
return m_anchorItemPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue