Skip to content

Commit

Permalink
refs #5900. Fix GCC warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Oct 8, 2012
1 parent 39b5950 commit 33649ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace Geometry
: pDoc(NULL), pRootElem(NULL),
hasParameterElement_beenSet(false),
m_haveDefaultFacing(false), m_deltaOffsets(false), m_angleConvertConst(1.0),
m_indirectPositions(false), m_xmlFile(boost::make_shared<IDFObject>("")), m_cacheFile(boost::make_shared<IDFObject>("")),
m_xmlFile(boost::make_shared<IDFObject>("")), m_indirectPositions(false), m_cacheFile(boost::make_shared<IDFObject>("")),
m_cachingOption(NoneApplied)
{
}
Expand Down

0 comments on commit 33649ce

Please sign in to comment.