scenery: remove default zero reader writer options argument.

This commit is contained in:
Mathias Froehlich 2012-10-03 22:04:47 +02:00
parent 9c9bfc1a98
commit 2fb8999ac2
2 changed files with 3 additions and 3 deletions

View File

@ -167,11 +167,11 @@ size_t hash_value(const Effect::Key&);
Effect* makeEffect(const std::string& name,
bool realizeTechniques,
const SGReaderWriterOptions* options = 0);
const SGReaderWriterOptions* options);
Effect* makeEffect(SGPropertyNode* prop,
bool realizeTechniques,
const SGReaderWriterOptions* options = 0);
const SGReaderWriterOptions* options);
bool makeParametersFromStateSet(SGPropertyNode* paramRoot,
const osg::StateSet* ss);

View File

@ -277,7 +277,7 @@ public:
void build( double h_radius_m, double v_radius_m,
double sun_size, double moon_size,
const SGEphemeris& eph, SGPropertyNode *property_tree_node,
simgear::SGReaderWriterOptions* options = 0);
simgear::SGReaderWriterOptions* options);
/**
* Repaint the sky components based on current value of sun_angle,