From 6d28f4d48f5cb3462765c7a1d582cea49352be1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 19:52:08 +0300 Subject: Add missing final keywords to classes. --- src/utils/xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/xml.h') diff --git a/src/utils/xml.h b/src/utils/xml.h index cef1ebae2..40922db5d 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -43,7 +43,7 @@ namespace XML * A helper class for parsing an XML document, which also cleans it up * again (RAII). */ - class Document + class Document final { public: /** -- cgit v1.2.3-70-g09d2