Change 'class S3D_INFO' declarations to 'struct S3D_INFO'
This commit is contained in:
parent
0377be722f
commit
e8593d177c
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue