]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/clipbrd.cpp
Build fix after wxColourBase introduction.
[wxWidgets.git] / src / gtk1 / clipbrd.cpp
index 43b4ccea5e2e618f0c0af00d471d940b5826efa3..9f06257b3d91cc1f713d2e8fe623df9ff45dad19 100644 (file)
@@ -257,7 +257,7 @@ selection_handler( GtkWidget *WXUNUSED(widget),
     // It shall return the time which was used to set the data.
     if (selection_data->target == g_timestampAtom)
     {
-        uint timestamp = GPOINTER_TO_UINT (signal_data);
+        guint timestamp = GPOINTER_TO_UINT (signal_data);
         gtk_selection_data_set(selection_data,
                                GDK_SELECTION_TYPE_INTEGER,
                                32,