openbsd-ports/emulators/emulationstation/patches/patch-es-app_src_components_TextListComponent_h
2022-03-11 18:59:33 +00:00

13 lines
481 B
Plaintext

Index: es-app/src/components/TextListComponent.h
--- es-app/src/components/TextListComponent.h.orig
+++ es-app/src/components/TextListComponent.h
@@ -31,7 +31,7 @@ class TextListComponent : public IList<TextListData, T
using IList<TextListData, T>::getTransform;
using IList<TextListData, T>::mSize;
using IList<TextListData, T>::mCursor;
- using IList<TextListData, T>::Entry;
+ using typename IList<TextListData, T>::Entry;
public:
using IList<TextListData, T>::size;