The following commit has been merged in the master branch:
commit 04f41506fe518c711c29bc379e68ad0b8fba17a3
Author: andrei zavada <[email protected]>
Date:   Fri Jan 25 18:50:37 2013 +0000

    WIP

diff --git a/src/ui/sf/d/artifacts.hh b/src/ui/sf/d/artifacts.hh
index ae54428..5e6122d 100644
--- a/src/ui/sf/d/artifacts.hh
+++ b/src/ui/sf/d/artifacts.hh
@@ -89,7 +89,6 @@ struct SScoringFacility::SArtifactsDialog
        DELETE_DEFAULT_METHODS (SArtifactsDialog);
 
        SArtifactsDialog (SScoringFacility&);
-       ~SArtifactsDialog ();
 
        metrics::mc::SArtifactDetectionPP
                P;
diff --git a/src/ui/sf/d/filters.hh b/src/ui/sf/d/filters.hh
index 8b868e0..2cd2844 100644
--- a/src/ui/sf/d/filters.hh
+++ b/src/ui/sf/d/filters.hh
@@ -53,7 +53,6 @@ struct SScoringFacility::SFiltersDialog
        DELETE_DEFAULT_METHODS (SFiltersDialog);
 
        SFiltersDialog (SScoringFacility&);
-       ~SFiltersDialog ();
 
        sigfile::SFilterPack
                P;
diff --git a/src/ui/sf/d/phasediff-construct.cc 
b/src/ui/sf/d/phasediff-construct.cc
index fb81861..5032e45 100644
--- a/src/ui/sf/d/phasediff-construct.cc
+++ b/src/ui/sf/d/phasediff-construct.cc
@@ -51,6 +51,16 @@ SPhasediffDialogWidgets (SScoringFacility& SF)
        G_CONNECT_1 (wSFPD, hide);
 }
 
+
+aghui::SPhasediffDialogWidgets::
+~SPhasediffDialogWidgets ()
+{
+       gtk_widget_destroy( (GtkWidget*)wSFPD);
+       g_object_unref( (GObject*)builder);
+}
+
+
+
 // Local Variables:
 // Mode: c++
 // indent-tabs-mode: 8
diff --git a/src/ui/sf/d/phasediff.cc b/src/ui/sf/d/phasediff.cc
index 4acff20..4f9ab0d 100644
--- a/src/ui/sf/d/phasediff.cc
+++ b/src/ui/sf/d/phasediff.cc
@@ -40,12 +40,6 @@ SPhasediffDialog (aghui::SScoringFacility& parent)
 {
 }
 
-aghui::SScoringFacility::SPhasediffDialog::
-~SPhasediffDialog ()
-{
-       gtk_widget_destroy( (GtkWidget*)wSFPD);
-}
-
 
 
 
diff --git a/src/ui/sf/d/phasediff.hh b/src/ui/sf/d/phasediff.hh
index d2ebbcd..bbe543a 100644
--- a/src/ui/sf/d/phasediff.hh
+++ b/src/ui/sf/d/phasediff.hh
@@ -52,7 +52,6 @@ struct SScoringFacility::SPhasediffDialog
        DELETE_DEFAULT_METHODS (SPhasediffDialog);
 
        SPhasediffDialog (SScoringFacility&);
-       ~SPhasediffDialog ();
 
        const SScoringFacility::SChannel
                *channel1,

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to