summaryrefslogtreecommitdiffstats
path: root/src/spray-context.cpp
diff options
context:
space:
mode:
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 aa14e6ee5..b2d99a696 100644
--- a/src/spray-context.cpp
+++ b/src/spray-context.cpp
@@ -97,7 +97,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) {