This commit is contained in:
Jan Schuffenhauer
2020-02-07 16:48:29 +01:00
996 changed files with 54678 additions and 2653 deletions

View File

@@ -459,7 +459,7 @@ void updateTools();
/*!
* \brief history - an array out of containers to save history actions.
*/
std::vector<std::vector<LayerObject>> history = {layerBundle};
std::vector<std::vector<LayerObject> > history = {layerBundle};
/*!
* \brief historyPresent a indicator where the present is.