mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
RichText: fixed to compile with new Uuid
git-svn-id: svn://ultimatepp.org/upp/trunk@13399 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
959f0d9a8d
commit
fab2fb86ca
1 changed files with 1 additions and 4 deletions
|
|
@ -10,10 +10,7 @@ const RichStyle& RichStyle::GetDefault()
|
|||
Uuid RichStyle::GetDefaultId()
|
||||
{
|
||||
Uuid id;
|
||||
id.a = 0;
|
||||
id.b = 0;
|
||||
id.c = 0;
|
||||
id.d = 0;
|
||||
id.SetNull();
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue