mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +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
|
||||
// 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:
|
||||
#ifndef __APPLE__
|
||||
|
||||
Reference in New Issue
Block a user