diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-03-11 17:57:56 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-03-11 17:57:56 +0000 |
| commit | 347d69f4f38d277336e1ce2acecd1b8eeebd93ba (patch) | |
| tree | 610fd74dd9ee3afacb457aea62316b7472d3cac1 /src/display/snap-indicator.cpp | |
| parent | gtk adjustment fix (diff) | |
| download | inkscape-347d69f4f38d277336e1ce2acecd1b8eeebd93ba.tar.gz inkscape-347d69f4f38d277336e1ce2acecd1b8eeebd93ba.zip | |
move canvastext to its own file (no linking error for me anymore), add outline to fix 334758
(bzr r7470)
Diffstat (limited to 'src/display/snap-indicator.cpp')
| -rw-r--r-- | src/display/snap-indicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index a5d7b77f0..901bee6ad 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -16,7 +16,7 @@ #include "desktop.h" #include "desktop-handles.h" #include "display/sodipodi-ctrl.h" -#include "display/canvas-bpath.h" +#include "display/canvas-text.h" #include "knot.h" #include "preferences.h" #include <glibmm/i18n.h> |
