File: Fix-System-GLib.DateTime-ambiguity.patch

package info (click to toggle)
libgpod 0.8.3-23
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,824 kB
  • sloc: ansic: 26,992; sh: 11,435; cs: 1,400; python: 1,251; makefile: 448; cpp: 300; xml: 100
file content (21 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Chow Loong Jin <hyperair@debian.org>
Date: Thu, 2 Jan 2014 03:09:21 +0800
Subject: Fix System/GLib.DateTime ambiguity

---
 bindings/mono/libgpod-sharp/Artwork.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bindings/mono/libgpod-sharp/Artwork.cs b/bindings/mono/libgpod-sharp/Artwork.cs
index 5773e35..fe84c4d 100644
--- a/bindings/mono/libgpod-sharp/Artwork.cs
+++ b/bindings/mono/libgpod-sharp/Artwork.cs
@@ -22,6 +22,8 @@ namespace GPod {
 	using GLib;
 	using Gdk;
 	using native;
+
+	using DateTime = System.DateTime;
 	
 	namespace native {
 #if ALIGNMENT_X86_LINUX