mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Fix warning abouts undefined dtor of FormatOptions in file_formats_manager.cpp.
This commit is contained in:
parent
f08d049ab6
commit
f412c8450b
@ -18,9 +18,10 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "file/file_format.h"
|
||||
#include "file/format_options.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
FileFormat::FileFormat()
|
||||
{
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "file/file_formats_manager.h"
|
||||
#include "file/file_format.h"
|
||||
#include "file/format_options.h"
|
||||
|
||||
extern FileFormat* CreateAseFormat();
|
||||
extern FileFormat* CreateBmpFormat();
|
||||
|
Loading…
x
Reference in New Issue
Block a user