mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Formatting: Remove double-dots from comments and other strings
This commit is contained in:
parent
82dc6d1c7e
commit
83e5264c86
209 changed files with 508 additions and 509 deletions
|
|
@ -258,8 +258,8 @@ public:
|
|||
if (child != this && ! isAChildOf (child))
|
||||
{
|
||||
// You should always make sure that a child is removed from its previous parent before
|
||||
// adding it somewhere else - otherwise, it's ambiguous as to whether a different
|
||||
// undomanager should be used when removing it from its current parent..
|
||||
// adding it somewhere else - otherwise, it's ambiguous whether a different
|
||||
// undomanager should be used when removing it from its current parent.
|
||||
jassert (child->parent == nullptr);
|
||||
|
||||
if (child->parent != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue