mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 01:36:04 +08:00
Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does not complain
This commit is contained in:
parent
52933d1bab
commit
bf232e1ade
@ -11,7 +11,7 @@
|
||||
namespace Slic3r {
|
||||
|
||||
namespace UndoRedo {
|
||||
class Snapshot;
|
||||
struct Snapshot;
|
||||
}
|
||||
|
||||
namespace GUI {
|
||||
|
Loading…
x
Reference in New Issue
Block a user