diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-26 02:49:35 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-26 02:49:35 +0000 |
| commit | 3b0e6ebad7223a61510fad03e241ceadfae961f0 (patch) | |
| tree | 4531733cf97449b1ee0fd394ec9b51bd59a44de6 /src/ui/clipboard.cpp | |
| parent | whoops (diff) | |
| download | inkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.tar.gz inkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.zip | |
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
(bzr r13950)
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index f1c19d18e..f1d0ff576 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -32,7 +32,7 @@ #include <glibmm/ustring.h> #include <glibmm/i18n.h> #include <glib/gstdio.h> // for g_file_set_contents etc., used in _onGet and paste -#include "libgc/gc-core.h" +#include "inkgc/gc-core.h" #include "xml/repr.h" #include "inkscape.h" #include "io/stringstream.h" |
