summaryrefslogtreecommitdiffstats
path: root/tests/decperf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/decperf.cxx')
-rw-r--r--tests/decperf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/decperf.cxx b/tests/decperf.cxx
index 301e45e0..df5214f2 100644
--- a/tests/decperf.cxx
+++ b/tests/decperf.cxx
@@ -54,7 +54,7 @@ public:
virtual void framebufferUpdateEnd();
virtual void setColourMapEntries(int, int, rdr::U16*);
virtual void bell();
- virtual void serverCutText(const char*, rdr::U32);
+ virtual void serverCutText(const char*);
public:
double cpuTime;
@@ -122,7 +122,7 @@ void CConn::bell()
{
}
-void CConn::serverCutText(const char*, rdr::U32)
+void CConn::serverCutText(const char*)
{
}