X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FPathOptions.hxx;h=8d4186a71253eaeb12b7be5fefad7ced7f9e1cfb;hb=977f23f0e77cf1539a81ec6f597f656bcc280bbf;hp=9b14d6e8aa07ec65fcb4db9ef705024df276346e;hpb=4efa087cd1276f73cf5c96807a3ef9c8954a2266;p=simgear.git diff --git a/simgear/misc/PathOptions.hxx b/simgear/misc/PathOptions.hxx index 9b14d6e8..8d4186a7 100644 --- a/simgear/misc/PathOptions.hxx +++ b/simgear/misc/PathOptions.hxx @@ -20,6 +20,7 @@ #ifndef PATHOPTIONSHXX #define PATHOPTIONSHXX 1 +#ifndef NO_OPENSCENEGRAPH_INTERFACE #include #include @@ -28,3 +29,5 @@ namespace simgear osgDB::ReaderWriter::Options* makeOptionsFromPath(const SGPath&); } #endif + +#endif