summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_stderr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'retrace/daemon/glframe_stderr.hpp')
-rw-r--r--retrace/daemon/glframe_stderr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/retrace/daemon/glframe_stderr.hpp b/retrace/daemon/glframe_stderr.hpp
index eb3104af..e906da80 100644
--- a/retrace/daemon/glframe_stderr.hpp
+++ b/retrace/daemon/glframe_stderr.hpp
@@ -46,7 +46,7 @@ class StdErrRedirect : public OutputPoller {
class NoRedirect : public OutputPoller {
public:
NoRedirect() {}
- void poll(int current_program, StateTrack *cb) {}
+ void poll(int, StateTrack *) {}
~NoRedirect() {}
void init() {}
};