diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-02-09 02:44:19 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-02-09 02:44:19 +0000 |
| commit | f15c0d8790a491a0d0366c9d6fb774889ee0578b (patch) | |
| tree | 2dac04c43afa2bf4235ba73781b6d59a9808ad88 /src/widgets/gradient-image.cpp | |
| parent | gcc warning cleanup (diff) | |
| download | inkscape-f15c0d8790a491a0d0366c9d6fb774889ee0578b.tar.gz inkscape-f15c0d8790a491a0d0366c9d6fb774889ee0578b.zip | |
gcc warning cleanup
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
(bzr r7253)
Diffstat (limited to 'src/widgets/gradient-image.cpp')
| -rw-r--r-- | src/widgets/gradient-image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp index e9277a55b..d13e8fd12 100644 --- a/src/widgets/gradient-image.cpp +++ b/src/widgets/gradient-image.cpp @@ -47,7 +47,7 @@ sp_gradient_image_get_type (void) static GtkType type = 0; if (!type) { GtkTypeInfo info = { - "SPGradientImage", + (gchar*) "SPGradientImage", sizeof (SPGradientImage), sizeof (SPGradientImageClass), (GtkClassInitFunc) sp_gradient_image_class_init, |
