diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.h b/hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.h
index d270052..1ffa567 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.h
@@ -71,7 +71,8 @@ public:
* These tags can be included to allow Osmosis to read the files. There is no useful
* information in the tags.
*/
- void setIncludeCompatibilityTags(bool includeCompatibility);
+ void setIncludeCompatibilityTags(bool includeCompatibility)
+ { _includeCompatibilityTags = includeCompatibility; }
void setIncludeIds(bool includeIds) { _addExportTagsVisitor.setIncludeIds( includeIds ); }
void setIncludeHootInfo(bool includeInfo) { _addExportTagsVisitor.setIncludeHootInfo( includeInfo ); }
void setIncludePid(bool includePid) { _includePid = includePid; }