aboutsummaryrefslogtreecommitdiff
path: root/fesvr/rfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/rfb.h')
-rw-r--r--fesvr/rfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/rfb.h b/fesvr/rfb.h
index 263663a..e153bc8 100644
--- a/fesvr/rfb.h
+++ b/fesvr/rfb.h
@@ -25,7 +25,7 @@ class rfb_t : public device_t
void thread_main();
friend void* rfb_thread_main(void*);
std::string pixel_format();
- void fb_update(const std::string& s);
+ void fb_update();
void set_encodings(const std::string& s);
void set_pixel_format(const std::string& s);
void write(const std::string& s);