Skip to content

Commit

Permalink
remove NULL default argument to Spectrum::Subcontractor_t, which is u…
Browse files Browse the repository at this point in the history
…seless and makes build fail with icc.
  • Loading branch information
paumard committed Apr 16, 2012
1 parent e62b6e8 commit 4148511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/GyotoSpectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Gyoto{
namespace Spectrum {
class Generic;
typedef Gyoto::SmartPointer<Gyoto::Spectrum::Generic>
Subcontractor_t(Gyoto::FactoryMessenger* fmp = NULL);
Subcontractor_t(Gyoto::FactoryMessenger* fmp);
void Register(std::string, Gyoto::Spectrum::Subcontractor_t*);
Gyoto::Spectrum::Subcontractor_t* getSubcontractor(std::string);
extern Register::Entry* Register_;
Expand Down

0 comments on commit 4148511

Please sign in to comment.