We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90b715 commit ccfaba4Copy full SHA for ccfaba4
MI/MI++.h
@@ -287,7 +287,7 @@ namespace MI
287
Instance(MI_Instance* instance, bool ownsInstance, ScopeContextOwner* scopeOwner = nullptr) :
288
m_instance(instance), m_ownsInstance(ownsInstance), ScopedItem(scopeOwner) {}
289
MI_Instance* GetMIObject() { return this->m_instance; }
290
- std::shared_ptr<Instance> Instance::Clone() const;
+ std::shared_ptr<Instance> Clone() const;
291
std::shared_ptr<Class> GetClass() const;
292
std::wstring GetClassName() const;
293
std::wstring GetNameSpace() const;
0 commit comments