mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
parent
91f3c8f81a
commit
265a890d7c
4 changed files with 81 additions and 45 deletions
|
@ -211,6 +211,13 @@ class StringFormat : public GdiplusBase
|
|||
lastStatus = status;
|
||||
return status;
|
||||
}
|
||||
|
||||
// get native
|
||||
friend inline GpStringFormat *&
|
||||
getNat(const StringFormat *sf)
|
||||
{
|
||||
return const_cast<StringFormat *>(sf)->nativeFormat;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _GDIPLUSSTRINGFORMAT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue