Commit 2d8eeeb2 authored by twanvl's avatar twanvl

fix: GetMember used to have two copies of GetDefaultMember instead of just a single one

parent f00bf150
...@@ -65,7 +65,7 @@ class GetDefaultMember { ...@@ -65,7 +65,7 @@ class GetDefaultMember {
/// Find a member with a specific name using reflection /// Find a member with a specific name using reflection
/** The member is wrapped in a ScriptValue */ /** The member is wrapped in a ScriptValue */
class GetMember : private GetDefaultMember { class GetMember {
public: public:
/// Construct a member getter that looks for the given name /// Construct a member getter that looks for the given name
GetMember(const String& name); GetMember(const String& name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment