Added tabs
[WebThing.git] / plugins / DefaultPage.cs
index 38ed672..e0f65d6 100644 (file)
@@ -2,7 +2,7 @@ using System;
 using bytex64.WebThing;
 
 public class DefaultPage : WebThingPlugin {
-    public void Init(WebThing wt) {
+    public override void Init(WebThing wt) {
         if (wt.Arguments.Length > 0) {
             wt.OpenUri(wt.Arguments[0]);
         } else {