diff options
Diffstat (limited to 'src/spray-context.cpp')
| -rw-r--r-- | src/spray-context.cpp | 2 |
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) { |
