mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor change
This commit is contained in:
parent
bbf5f168ba
commit
e09085137d
@ -34,6 +34,11 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CRawString(const CRawString& rhs) :
|
||||||
|
m_String(str_alloc(rhs.c_str()))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
~CRawString()
|
~CRawString()
|
||||||
{
|
{
|
||||||
clear();
|
clear();
|
||||||
@ -76,10 +81,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CRawString(const CRawString& p)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
WCHAR* str_alloc(const WCHAR* str)
|
WCHAR* str_alloc(const WCHAR* str)
|
||||||
{
|
{
|
||||||
return str ? _wcsdup(str) : NULL;
|
return str ? _wcsdup(str) : NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user