diff options
Diffstat (limited to 'examples/25.XmlHandling/main.cpp')
-rw-r--r-- | examples/25.XmlHandling/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/25.XmlHandling/main.cpp b/examples/25.XmlHandling/main.cpp index 657ad8d..d022e5c 100644 --- a/examples/25.XmlHandling/main.cpp +++ b/examples/25.XmlHandling/main.cpp @@ -142,6 +142,8 @@ public: //we were at the end of the video section so we reset our tag
currentSection=L"";
break;
+ default:
+ break;
}
}
@@ -344,6 +346,8 @@ public: }
}
break;
+ default:
+ break;
}
}
|