summaryrefslogtreecommitdiff
path: root/src/transparency_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-02-23 20:29:48 +0000
committerfrosch <frosch@openttd.org>2011-02-23 20:29:48 +0000
commit1a3a1e3b0c80831c87c9ff903d1a6a5d422b191c (patch)
tree9f00d11dc63b5f6a42551033646102cb65e4aadf /src/transparency_gui.cpp
parent50daa3f83db51c13cf91d04eccfc2518c2d4ae85 (diff)
downloadopenttd-1a3a1e3b0c80831c87c9ff903d1a6a5d422b191c.tar.xz
(svn r22133) -Fix: some coding style.
Diffstat (limited to 'src/transparency_gui.cpp')
-rw-r--r--src/transparency_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transparency_gui.cpp b/src/transparency_gui.cpp
index 30b70cae0..cc8c399f6 100644
--- a/src/transparency_gui.cpp
+++ b/src/transparency_gui.cpp
@@ -51,7 +51,7 @@ public:
virtual void OnPaint()
{
- OnInvalidateData(0); // Must be sure that the widgets show the transparency variable changes, also when we use shortcuts.
+ this->OnInvalidateData(0); // Must be sure that the widgets show the transparency variable changes, also when we use shortcuts.
this->DrawWidgets();
}