Fixed #1998 (VS compiler warning with current HEAD)
This commit is contained in:
parent
7ec3c72a19
commit
dcc02166c6
|
@ -202,7 +202,7 @@ private:
|
||||||
Type type; // constructor, destructor, ...
|
Type type; // constructor, destructor, ...
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SpaceInfo;
|
class SpaceInfo;
|
||||||
|
|
||||||
struct BaseInfo
|
struct BaseInfo
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue