aboutsummaryrefslogtreecommitdiff
path: root/src/gui/tracers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tracers.h')
-rw-r--r--src/gui/tracers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tracers.h b/src/gui/tracers.h
index ae987ddf0..0ad17ad79 100644
--- a/src/gui/tracers.h
+++ b/src/gui/tracers.h
@@ -24,5 +24,5 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class Tracers
{
public:
- void draw(video::IVideoDriver* driver);
+ void draw(video::IVideoDriver* driver, Client *client);
};