We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013b065 commit 4f9c99eCopy full SHA for 4f9c99e
src/html.h
@@ -60,7 +60,7 @@ namespace litehtml
60
61
virtual void get_media_features(litehtml::media_features& media) const = 0;
62
virtual void get_language(litehtml::tstring& language, litehtml::tstring & culture) const = 0;
63
- virtual litehtml::tstring resolve_color(const litehtml::tstring& color) const = 0;
+ virtual litehtml::tstring resolve_color(const litehtml::tstring& color) const { return litehtml::tstring(); }
64
};
65
66
void trim(tstring &s);
0 commit comments