aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/xml/SkXMLWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/SkXMLWriter.cpp')
-rw-r--r--src/xml/SkXMLWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/SkXMLWriter.cpp b/src/xml/SkXMLWriter.cpp
index 935745dc95..451d1d5241 100644
--- a/src/xml/SkXMLWriter.cpp
+++ b/src/xml/SkXMLWriter.cpp
@@ -69,7 +69,7 @@ bool SkXMLWriter::doStart(const char name[], size_t length)
return firstChild;
}
-SkXMLWriter::Elem* SkXMLWriter::getEnd()
+SkXMLWriter::Elem* SkXMLWriter::getEnd()
{
Elem* elem;
fElems.pop(&elem);