File 0001-WIN32-cross-compile-fix.patch of Package mingw64-kdelibs4
From 916d0183c38a7cc2a4af5c8df9483e0be44a6ee9 Mon Sep 17 00:00:00 2001
From: Ralf Habacker <ralf.habacker@sag.eu>
Date: Mon, 20 Jul 2015 17:15:02 +0200
Subject: [PATCH] WIN32 cross compile fix.
---
kio/kio/kfilemetainfo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kio/kio/kfilemetainfo.h b/kio/kio/kfilemetainfo.h
index 6920ffe..4fc6eae 100644
--- a/kio/kio/kfilemetainfo.h
+++ b/kio/kio/kfilemetainfo.h
@@ -117,7 +117,7 @@ public:
/**
* @brief Copy a KFileMetaInfo instance from another one.
**/
- KFileMetaInfo& operator=(KFileMetaInfo const& kfmi);
+ const KFileMetaInfo& operator=(KFileMetaInfo const& kfmi);
/**
* @brief Save the changes made to this KFileMetaInfo instance.
*/
--
1.8.4.5