mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 670964 - Add NS_FINAL_CLASS annotation to nsTextFragment. r=ehsan
This commit is contained in:
parent
f91f167ea8
commit
08432d075d
@ -81,7 +81,7 @@ class nsCString;
|
||||
* This class does not have a virtual destructor therefore it is not
|
||||
* meant to be subclassed.
|
||||
*/
|
||||
class nsTextFragment {
|
||||
class NS_FINAL_CLASS nsTextFragment {
|
||||
public:
|
||||
static nsresult Init();
|
||||
static void Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user