mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed compilation on clang.
This commit is contained in:
parent
bed21b1e2d
commit
b34252bf0f
2 changed files with 9 additions and 3 deletions
|
@ -35,6 +35,10 @@
|
|||
namespace Slic3r {
|
||||
namespace UndoRedo {
|
||||
|
||||
SnapshotData::SnapshotData() : printer_technology(ptUnknown), flags(0)
|
||||
{
|
||||
}
|
||||
|
||||
static std::string topmost_snapshot_name = "@@@ Topmost @@@";
|
||||
|
||||
bool Snapshot::is_topmost() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue