Skip to content

Commit

Permalink
FIX: build
Browse files Browse the repository at this point in the history
  • Loading branch information
febret committed Nov 9, 2015
1 parent f022142 commit 7ca1013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/displaySystems/Equalizer/WindowImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using namespace std;

///////////////////////////////////////////////////////////////////////////////
WindowImpl::WindowImpl(eq::Pipe* parent):
eq::Window(parent), myPipe((PipeImpl*)parent),
eq::Window(parent),
myVisible(false), mySkipResize(false)
//myIndex(Vector2i::Zero())
{
Expand Down
1 change: 0 additions & 1 deletion src/displaySystems/Equalizer/eqinternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class WindowImpl: public eq::Window
bool processEvent(const eq::Event& event);

private:
PipeImpl* myPipe;
omicron::Ref<Renderer> myRenderer;
omicron::Ref<GpuContext> myGpuContext;
DisplayTileConfig* myTile;
Expand Down

0 comments on commit 7ca1013

Please sign in to comment.