mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
Add OVERRIDE in JpegFormat::onGetFormatOptions declaration.
This commit is contained in:
parent
bdf56545d1
commit
e281fc4a41
@ -23,6 +23,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
#include "base/compiler_specific.h"
|
||||||
#include "base/memory.h"
|
#include "base/memory.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "core/cfg.h"
|
#include "core/cfg.h"
|
||||||
@ -59,7 +60,7 @@ class JpegFormat : public FileFormat
|
|||||||
bool onLoad(FileOp* fop);
|
bool onLoad(FileOp* fop);
|
||||||
bool onSave(FileOp* fop);
|
bool onSave(FileOp* fop);
|
||||||
|
|
||||||
SharedPtr<FormatOptions> onGetFormatOptions(FileOp* fop);
|
SharedPtr<FormatOptions> onGetFormatOptions(FileOp* fop) OVERRIDE;
|
||||||
};
|
};
|
||||||
|
|
||||||
FileFormat* CreateJpegFormat()
|
FileFormat* CreateJpegFormat()
|
||||||
|
Loading…
Reference in New Issue
Block a user