From 32056de116bf65368ccff2e887d29fbf81075bed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Oct 2001 01:28:28 +0000 Subject: Removed platform-specific headers from Platform.h and thus stopped visibility of these headers to most code. --- src/Style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Style.h') diff --git a/src/Style.h b/src/Style.h index 3600886b3..17d32ac33 100644 --- a/src/Style.h +++ b/src/Style.h @@ -39,7 +39,7 @@ public: Style(const Style &source); ~Style(); Style &operator=(const Style &source); - void Clear(Colour fore_, Colour back_, + void Clear(ColourDesired fore_, ColourDesired back_, int size_, const char *fontName_, int characterSet_, bool bold_, bool italic_, bool eolFilled_, -- cgit v1.2.3