diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-12-17 07:18:50 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-12-17 07:18:50 +0000 |
| commit | 601e06b80fec0d1a7aaf35d86d0d590f6797cb99 (patch) | |
| tree | a2c0769239b3ce93e25befb40fe444600031cf6e /src/widgets | |
| parent | - SPAttributeWidget and SPAttributeTable C++ified (diff) | |
| download | inkscape-601e06b80fec0d1a7aaf35d86d0d590f6797cb99.tar.gz inkscape-601e06b80fec0d1a7aaf35d86d0d590f6797cb99.zip | |
fix compiler warning
(bzr r10776)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/sp-attribute-widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-attribute-widget.h b/src/widgets/sp-attribute-widget.h index 4b4260127..311d9ba66 100644 --- a/src/widgets/sp-attribute-widget.h +++ b/src/widgets/sp-attribute-widget.h @@ -20,7 +20,7 @@ #include <glib.h> #include <stddef.h> #include <sigc++/connection.h> -#include <vector.h> +//#include <vector.h> namespace Inkscape { namespace XML { |
