aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-10-28 01:28:28 +0000
committernyamatongwe <devnull@localhost>2001-10-28 01:28:28 +0000
commit32056de116bf65368ccff2e887d29fbf81075bed (patch)
tree493a0791cb7757d3e8397e242eef5c4f764a5aee /src/Style.h
parent8320a969df7367a3f62ea1c26929c7d03cda2549 (diff)
downloadscintilla-mirror-32056de116bf65368ccff2e887d29fbf81075bed.tar.gz
Removed platform-specific headers from Platform.h and thus stopped
visibility of these headers to most code.
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h2
1 files changed, 1 insertions, 1 deletions
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_,