Fix warning abouts undefined dtor of FormatOptions in file_formats_manager.cpp.

This commit is contained in:
David Capello 2011-03-22 23:19:38 -03:00
parent f08d049ab6
commit f412c8450b
2 changed files with 4 additions and 2 deletions

View File

@ -18,9 +18,10 @@
#include "config.h"
#include <algorithm>
#include "file/file_format.h"
#include "file/format_options.h"
#include <algorithm>
FileFormat::FileFormat()
{

View File

@ -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();