diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-12-08 19:48:40 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-08 19:48:40 +0000 |
| commit | 59550e0f297b3b75beb182260b9ecf3a2d876b7e (patch) | |
| tree | 8d6ae9c52c512f8ad226672907a907cdd3851fe1 /src/gradient-drag.h | |
| parent | update to trunk + resolve conflicts (diff) | |
| download | inkscape-59550e0f297b3b75beb182260b9ecf3a2d876b7e.tar.gz inkscape-59550e0f297b3b75beb182260b9ecf3a2d876b7e.zip | |
fix warning (class was a struct)
(bzr r14504.1.10)
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 72ec62572..b07f748a7 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -124,7 +124,7 @@ private: sigc::connection _ungrabbed_connection; }; -class SPCtrlLine; +struct SPCtrlLine; /** This is the root class of the gradient dragging machinery. It holds lists of GrDraggers and of lines (simple canvas items). It also remembers one of the draggers as selected. |
