From 84a0ad9fd3be4e90d3dbd730246dc30851012a09 Mon Sep 17 00:00:00 2001
From: "David A. Mellis" <d.mellis@arduino.cc>
Date: Wed, 31 Aug 2011 15:39:20 -0400
Subject: Renaming writeError() to getWriteError() in Print (and Stream and
 friends).

http://code.google.com/p/arduino/issues/detail?id=608
---
 cores/arduino/Print.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'cores/arduino')

diff --git a/cores/arduino/Print.h b/cores/arduino/Print.h
index fce302e..8530b03 100755
--- a/cores/arduino/Print.h
+++ b/cores/arduino/Print.h
@@ -42,7 +42,7 @@ class Print
   public:
     Print() : write_error(0) {}
   
-    int writeError() { return write_error; }
+    int getWriteError() { return write_error; }
     void clearWriteError() { setWriteError(0); }
   
     virtual size_t write(uint8_t) = 0;
-- 
cgit v1.2.3-18-g5258