mingw32 cannot use a enum without previous declaration

This commit is contained in:
Anonymous Maarten 2023-06-15 03:16:05 +02:00
parent e8108f8260
commit 02b6302316

View File

@ -1,7 +1,9 @@
#ifndef MXATOMID_H #ifndef MXATOMID_H
#define MXATOMID_H #define MXATOMID_H
enum LookupMode; enum LookupMode
{
};
class MxAtomId class MxAtomId
{ {