From 69553feadf9a47885dd0f69acd0ae5fd744391d1 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 5 Oct 2006 00:36:20 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11247 --- clientgui/sg_ViewTabPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/sg_ViewTabPage.cpp b/clientgui/sg_ViewTabPage.cpp index 1e74e20651..32e13dee0f 100644 --- a/clientgui/sg_ViewTabPage.cpp +++ b/clientgui/sg_ViewTabPage.cpp @@ -81,7 +81,7 @@ void CViewTabPage::CreatePage() lnProjName = new CStaticLine(this,wxPoint(20,36),wxSize(316,1)); lnProjName->SetLineColor(appSkin->GetStaticLineCol()); //TODO - is this line below needed? - wxStaticLine spacerLine = new wxStaticLine(this,-1,wxPoint(20,36),wxSize(305,1)); + wxStaticLine* spacerLine = new wxStaticLine(this,-1,wxPoint(20,36),wxSize(305,1)); //My Progress wrkUnitName = wxString(resultWU->name.c_str(),wxConvUTF8);