1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed forward declaration of struct Slic3r::UndoRedo::Snapshot so MSVC does not complain

This commit is contained in:
Lukas Matena
2019-08-23 10:34:16 +02:00
parent 52933d1bab
commit bf232e1ade
+1 -1
View File
@@ -11,7 +11,7 @@
namespace Slic3r {
namespace UndoRedo {
class Snapshot;
struct Snapshot;
}
namespace GUI {