Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does not complain
This commit is contained in:
parent
52933d1bab
commit
bf232e1ade
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
namespace UndoRedo {
|
namespace UndoRedo {
|
||||||
class Snapshot;
|
struct Snapshot;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
Loading…
Reference in a new issue