Codechange: use default dtor instead of empty (#10826)
This commit is contained in:
@@ -257,7 +257,7 @@ bool StringIDSorter(const StringID &a, const StringID &b);
|
||||
class MissingGlyphSearcher {
|
||||
public:
|
||||
/** Make sure everything gets destructed right. */
|
||||
virtual ~MissingGlyphSearcher() {}
|
||||
virtual ~MissingGlyphSearcher() = default;
|
||||
|
||||
/**
|
||||
* Get the next string to search through.
|
||||
|
Reference in New Issue
Block a user