fix for crash on 64 bit platforms (patch 1028942)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,10 +104,10 @@ static GtkContainerClass *pizza_parent_class = NULL;
|
||||
|
||||
static gboolean gravity_works;
|
||||
|
||||
guint
|
||||
GtkType
|
||||
gtk_pizza_get_type ()
|
||||
{
|
||||
static guint pizza_type = 0;
|
||||
static GtkType pizza_type = 0;
|
||||
|
||||
if (!pizza_type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user