1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Refactored some code to cut down on warnings from automatic code-analysis tools.

This commit is contained in:
Julian Storer 2011-05-15 14:38:08 +01:00
parent 3213bec481
commit b83e97a6f7
40 changed files with 594 additions and 637 deletions

View file

@ -149,7 +149,7 @@ TopLevelWindow::TopLevelWindow (const String& name,
setOpaque (true);
if (addToDesktop_)
Component::addToDesktop (getDesktopWindowStyleFlags());
Component::addToDesktop (TopLevelWindow::getDesktopWindowStyleFlags());
else
setDropShadowEnabled (true);