$OpenBSD: patch-browser-plugin_totemPlugin_cpp,v 1.2 2014/01/11 14:08:19 ajacoutot Exp $

From b50fa14361c28ea26c55bf2462bb1f815287a92d Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Sat, 11 Jan 2014 12:39:42 +0000
Subject: browser-plugin: use correct type for SetTime.

--- browser-plugin/totemPlugin.cpp.orig	Sat Jan 11 13:21:51 2014
+++ browser-plugin/totemPlugin.cpp	Sat Jan 11 13:22:11 2014
@@ -303,7 +303,7 @@ totemPlugin::Command (const char *aCommand)
 }
 
 void
-totemPlugin::SetTime (guint64 aTime)
+totemPlugin::SetTime (uint64_t aTime)
 {
 	D ("SetTime '%lu'", aTime);
 
