aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-08-14 13:14:07 +0000
committernyamatongwe <unknown>2003-08-14 13:14:07 +0000
commit609054ff3822a1c148500b78ec2fb6cd39b77c3f (patch)
tree28fd050697d2cf80ab40c8559649afc998dd208a /src/Indicator.h
parenta9e390b60095c37b1e863931faeeddf165ac23c7 (diff)
downloadscintilla-mirror-609054ff3822a1c148500b78ec2fb6cd39b77c3f.tar.gz
Added BOX indicator.
Diffstat (limited to 'src/Indicator.h')
-rw-r--r--src/Indicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h
index 56e9420bc..716db1051 100644
--- a/src/Indicator.h
+++ b/src/Indicator.h
@@ -16,7 +16,7 @@ public:
ColourPair fore;
Indicator() : style(INDIC_PLAIN), fore(ColourDesired(0,0,0)) {
}
- void Draw(Surface *surface, PRectangle &rc);
+ void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine);
};
#endif