mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Fix public -> private in ui::Timer
This commit is contained in:
parent
e4c2995326
commit
52667855d5
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2018-2020 Igara Studio S.A.
|
||||
Copyright (c) 2018-2022 Igara Studio S.A.
|
||||
Copyright (c) 2001-2018 David Capello
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite UI Library
|
||||
// Copyright (C) 2020-2021 Igara Studio S.A.
|
||||
// Copyright (C) 2020-2022 Igara Studio S.A.
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
@ -43,7 +43,7 @@ namespace ui {
|
||||
protected:
|
||||
virtual void onTick();
|
||||
|
||||
public:
|
||||
private:
|
||||
Widget* m_owner;
|
||||
int m_interval;
|
||||
bool m_running;
|
||||
|
Loading…
Reference in New Issue
Block a user