From 8b13206e655cd9c1123d842cab1fdd0afd6edc8b Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 7 Sep 2011 18:41:05 -0400 Subject: Making Print::write(char *) non-virtual. http://code.google.com/p/arduino/issues/detail?id=607 --- cores/arduino/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/Server.h') diff --git a/cores/arduino/Server.h b/cores/arduino/Server.h index edab726..9674c76 100644 --- a/cores/arduino/Server.h +++ b/cores/arduino/Server.h @@ -1,7 +1,7 @@ #ifndef server_h #define server_h -class Server { +class Server : public Print { public: virtual void begin() =0; }; -- cgit v1.2.3-18-g5258