Change 'class S3D_INFO' declarations to 'struct S3D_INFO'

This commit is contained in:
Cirilo Bernardo 2016-01-07 19:54:39 +11:00
parent 0377be722f
commit e8593d177c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <wx/filedlg.h> #include <wx/filedlg.h>
class S3D_CACHE; class S3D_CACHE;
class S3D_INFO; struct S3D_INFO;
class DLG_SEL_3DMODEL : public wxFileDialog class DLG_SEL_3DMODEL : public wxFileDialog
{ {