mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Fix build
This commit is contained in:
@@ -17,7 +17,7 @@ protected:
|
|||||||
|
|
||||||
// Called with two zeroes to set up content sizes that are relative to dialog size. Also called
|
// Called with two zeroes to set up content sizes that are relative to dialog size. Also called
|
||||||
// when screen is changed, to update those sizes.
|
// when screen is changed, to update those sizes.
|
||||||
virtual void SetContentSizes(int previous_width, int previous_height){};
|
virtual void SetContentSizes(int previous_width = 0, int previous_height = 0){};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
|
|||||||
Reference in New Issue
Block a user