1
0
Fork 0
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:
Julian Storer 2010-05-12 23:42:49 +01:00
parent 22e02cf791
commit 1751beed57
145 changed files with 2247 additions and 1853 deletions

View file

@ -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;