]> git.pld-linux.org Git - packages/inkscape.git/blob - missing-atomic.patch
- up to 1.0.2
[packages/inkscape.git] / missing-atomic.patch
1 diff -up inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp.missing-atomic inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp
2 --- inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp.missing-atomic    2021-02-16 13:35:58.455184020 +0100
3 +++ inkscape-1.0.1_2020-09-07_3bc2e813f5/src/ui/tool/node.cpp   2021-02-16 13:36:11.411279411 +0100
4 @@ -10,6 +10,7 @@
5  #include <iostream>
6  #include <stdexcept>
7  #include <boost/utility.hpp>
8 +#include <atomic>
9  
10  #include <glib/gi18n.h>
11  #include <gdk/gdkkeysyms.h>
12 @@ -31,6 +32,7 @@
13  #include "ui/tools/node-tool.h"
14  #include "ui/tools-switch.h"
15  
16 +
17  namespace {
18  
19  Inkscape::ControlType nodeTypeToCtrlType(Inkscape::UI::NodeType type)
This page took 0.054224 seconds and 3 git commands to generate.