Skip to content

Instantly share code, notes, and snippets.

@knocte
Created January 14, 2014 16:54
Show Gist options
  • Select an option

  • Save knocte/8421602 to your computer and use it in GitHub Desktop.

Select an option

Save knocte/8421602 to your computer and use it in GitHub Desktop.
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs b/src/Dap/Banshee
index 65416e7..e8df0fd 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
@@ -50,6 +50,10 @@ namespace Banshee.Dap.Gui
BuildWidget ();
}
+ protected DapInfoBar (IntPtr handle) : base (handle)
+ {
+ }
+
protected override void OnDestroyed ()
{
base.OnDestroyed ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment