mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does not complain
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace Slic3r {
|
||||
|
||||
namespace UndoRedo {
|
||||
class Snapshot;
|
||||
struct Snapshot;
|
||||
}
|
||||
|
||||
namespace GUI {
|
||||
|
||||
Reference in New Issue
Block a user