Fix using deleted function in TempStringRef
Use the constructor directly instead of via a make function.
This commit is contained in:
@@ -66,11 +66,9 @@ public:
|
||||
|
||||
operator HSTRING() const { return m_hstring; };
|
||||
|
||||
static const TempStringRef Make(const wxString &str);
|
||||
TempStringRef(const wxString& str);
|
||||
|
||||
private:
|
||||
TempStringRef(const wxString &str);
|
||||
|
||||
HSTRING m_hstring;
|
||||
HSTRING_HEADER m_header;
|
||||
|
||||
|
Reference in New Issue
Block a user