Skip to content

Commit 4f9c99e

Browse files
committed
Added the default implementation for document_container::resolve_color
1 parent 013b065 commit 4f9c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace litehtml
6060

6161
virtual void get_media_features(litehtml::media_features& media) const = 0;
6262
virtual void get_language(litehtml::tstring& language, litehtml::tstring & culture) const = 0;
63-
virtual litehtml::tstring resolve_color(const litehtml::tstring& color) const = 0;
63+
virtual litehtml::tstring resolve_color(const litehtml::tstring& color) const { return litehtml::tstring(); }
6464
};
6565

6666
void trim(tstring &s);

0 commit comments

Comments
 (0)