summaryrefslogtreecommitdiffstats
path: root/src/spray-context.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-24 10:32:07 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-24 10:32:07 +0000
commite59b35ae8bde9c0103a2ad5773d93dc944525647 (patch)
treebc31b7781d12de480edee237a1d419a8555718d1 /src/spray-context.cpp
parentGTK cleaning: gtk_window_set_policy (diff)
parentSwitch to GObject (diff)
downloadinkscape-e59b35ae8bde9c0103a2ad5773d93dc944525647.tar.gz
inkscape-e59b35ae8bde9c0103a2ad5773d93dc944525647.zip
Switch to GObject
(bzr r10353)
Diffstat (limited to 'src/spray-context.cpp')
-rw-r--r--src/spray-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spray-context.cpp b/src/spray-context.cpp
index 36c135924..be0cb627f 100644
--- a/src/spray-context.cpp
+++ b/src/spray-context.cpp
@@ -98,7 +98,7 @@ inline double NormalDistribution(double mu, double sigma)
return mu + sigma * sqrt( -2.0 * log(g_random_double_range(0, 1)) ) * cos( 2.0*M_PI*g_random_double_range(0, 1) );
}
-GtkType sp_spray_context_get_type(void)
+GType sp_spray_context_get_type(void)
{
static GType type = 0;
if (!type) {