mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 09:17:29 +00:00
Hide ui::Size implementation.
This commit is contained in:
@@ -42,11 +42,11 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
Dim w() const {
|
||||
int w() const {
|
||||
return w_;
|
||||
}
|
||||
|
||||
Dim h() const {
|
||||
int h() const {
|
||||
return h_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user