Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions include/Scene.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Copyright (c) 2018 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.
// Copyright (c) 2018 Ultimaker B.V.
// CuraEngine is released under the terms of the AGPLv3 or higher.

#ifndef SCENE_H
#define SCENE_H
Expand Down Expand Up @@ -80,9 +80,9 @@ class Scene
/*
* \brief You are not allowed to copy by assignment either.
*/
Scene& operator =(const Scene&) = delete;
Scene& operator=(const Scene&) = delete;
};

} //namespace cura
} // namespace cura

#endif //SCENE_H
#endif // SCENE_H