aboutsummaryrefslogtreecommitdiff
path: root/emulators/mednafen/files/patch-src-snes-src-lib-nall_property.hpp
blob: bb6a378cbcaa2457df205f384a28332a36021543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/snes/src/lib/nall/property.hpp	2014-04-05 16:03:07.000000000 -0500
+++ src/snes/src/lib/nall/property.hpp	2014-04-05 16:03:17.000000000 -0500
@@ -61,7 +61,7 @@
       operator T&() { return value; }
       const T& operator=(const T& value_) { return value = value_; }
       T value;
-      friend class traits<C>::type;
+      friend typename traits<C>::type;
     };
 
     template<typename T> struct writeonly {