#538 more dtor fixes and some style fixes along the way

This commit is contained in:
Günter Obiltschnig
2014-09-29 12:09:01 +02:00
parent 135c10c0f5
commit a2617235fe
10 changed files with 68 additions and 37 deletions

View File

@@ -140,7 +140,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -264,7 +264,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -396,7 +396,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -559,7 +559,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -689,7 +689,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -819,7 +819,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -949,7 +949,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -1079,7 +1079,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -1209,7 +1209,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}
@@ -1339,7 +1339,7 @@ public:
}
~CopyBinding()
/// Destroys the Binding.
/// Destroys the CopyBinding.
{
}