mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Fix gcc compilation error with App::Modules() ctor.
This commit is contained in:
parent
91e02a496a
commit
6971426d61
@ -89,7 +89,7 @@ public:
|
|||||||
RecentFiles m_recent_files;
|
RecentFiles m_recent_files;
|
||||||
app::DataRecovery m_recovery;
|
app::DataRecovery m_recovery;
|
||||||
|
|
||||||
App::Modules()
|
Modules()
|
||||||
: m_recovery(&m_ui_context) {
|
: m_recovery(&m_ui_context) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user