mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +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;
|
||||
app::DataRecovery m_recovery;
|
||||
|
||||
App::Modules()
|
||||
Modules()
|
||||
: m_recovery(&m_ui_context) {
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user