Skip to content

Commit ccfaba4

Browse files
committed
Fix Instance::Clone declaration in header
1 parent e90b715 commit ccfaba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MI/MI++.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ namespace MI
287287
Instance(MI_Instance* instance, bool ownsInstance, ScopeContextOwner* scopeOwner = nullptr) :
288288
m_instance(instance), m_ownsInstance(ownsInstance), ScopedItem(scopeOwner) {}
289289
MI_Instance* GetMIObject() { return this->m_instance; }
290-
std::shared_ptr<Instance> Instance::Clone() const;
290+
std::shared_ptr<Instance> Clone() const;
291291
std::shared_ptr<Class> GetClass() const;
292292
std::wstring GetClassName() const;
293293
std::wstring GetNameSpace() const;

0 commit comments

Comments
 (0)