Skip to content

Commit

Permalink
Lift juce::Rectangle to avoid ambiguous symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jan 2, 2013
1 parent 3476881 commit 9ebc220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Extern/VFLib/modules/vf_gui/vf_gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
namespace vf
{

using juce::Rectangle;

#include "components/vf_ComponentBroadcast.h"
#include "components/vf_ComponentNotifyParent.h"
#include "components/vf_TransparentBorder.h"
Expand Down
1 change: 1 addition & 0 deletions Extern/VFLib/modules/vf_unfinished/vf_unfinished.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

namespace vf
{
using juce::Rectangle;

#include "graphics/vf_BlendMode.h"
#include "graphics/vf_BlendProc.h"
Expand Down

0 comments on commit 9ebc220

Please sign in to comment.