diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
| commit | 4d8bf28dbebbc70325c75c0501ed192ae330c63b (patch) | |
| tree | bc31b7781d12de480edee237a1d419a8555718d1 /src/rect-context.h | |
| parent | Remove/replace deprecated gtk_window_set_policy symbol (diff) | |
| download | inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.tar.gz inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.zip | |
Switch to GObject
(bzr r10350.1.3)
Diffstat (limited to 'src/rect-context.h')
| -rw-r--r-- | src/rect-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rect-context.h b/src/rect-context.h index db7cd605b..e5d160788 100644 --- a/src/rect-context.h +++ b/src/rect-context.h @@ -46,6 +46,6 @@ struct SPRectContextClass { /* Standard Gtk function */ -GtkType sp_rect_context_get_type (void); +GType sp_rect_context_get_type (void); #endif |
