Skip to content
Snippets Groups Projects
Commit 0891866d authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

XParser: Removing warnings

parent ebb8678f
Branches
Tags
No related merge requests found
......@@ -655,7 +655,7 @@ public class GXml.XParser : Object, GXml.Parser {
write_node (n);
}
}
private void write_node (DomNode n) {
private void write_node (DomNode n) throws GLib.Error {
if (tw == null)
throw new ParserError.INVALID_DATA_ERROR (_("Internal Error: No TextWriter initialized"));
int size = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment