mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Code clean-ups. Jucer development.
This commit is contained in:
parent
22e02cf791
commit
1751beed57
145 changed files with 2247 additions and 1853 deletions
|
|
@ -149,7 +149,7 @@ public:
|
|||
{
|
||||
// to be able to do a drag-and-drop operation, the treeview needs to
|
||||
// be inside a component which is also a DragAndDropContainer.
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1801,7 +1801,7 @@ XmlElement* TreeViewItem::getOpennessState() const throw()
|
|||
{
|
||||
// trying to save the openness for an element that has no name - this won't
|
||||
// work because it needs the names to identify what to open.
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue