mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (Types.h): add typename specifier
This commit is contained in:
@@ -96,7 +96,7 @@ namespace MobileGL {
|
||||
template<typename ObjectType>
|
||||
class BindingSlot {
|
||||
public:
|
||||
using TargetEnum = ObjectType::TargetEnum;
|
||||
using TargetEnum = typename ObjectType::TargetEnum;
|
||||
|
||||
explicit BindingSlot(TargetEnum target)
|
||||
: m_target(target), m_boundObject(nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user