summaryrefslogtreecommitdiff
path: root/emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h')
-rw-r--r--emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h b/emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h
new file mode 100644
index 00000000000..9621c0d8b7a
--- /dev/null
+++ b/emulators/emulationstation/patches/patch-es-core_src_components_ImageGridComponent.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-es-core_src_components_ImageGridComponent.h,v 1.1 2015/02/21 02:01:59 joerg Exp $
+
+--- es-core/src/components/ImageGridComponent.h.orig 2015-02-21 01:50:53.000000000 +0000
++++ es-core/src/components/ImageGridComponent.h
+@@ -21,7 +21,7 @@ protected:
+ using IList<ImageGridData, T>::getTransform;
+ using IList<ImageGridData, T>::mSize;
+ using IList<ImageGridData, T>::mCursor;
+- using IList<ImageGridData, T>::Entry;
++ using typename IList<ImageGridData, T>::Entry;
+ using IList<ImageGridData, T>::mWindow;
+
+ public: