<p></p>
<p><b>@joto</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425261583">src/dependency-manager.hpp</a>:</p>
<pre style='color:#555'>> + * This base class doesn't actually do the dependency management but is a
+ * dummy for cases where no dependency management is needed. See the
+ * full_dependency_manager_t class for the real dependency manager.
+ */
+class dependency_manager_t
+{
+public:
+ virtual ~dependency_manager_t() = default;
+
+ /**
+ * Mark a node as changed to trigger the propagation of this change to
+ * ways and relations.
+ *
+ * This has to be called *after* the object was stored in the object store.
+ */
+ virtual void node_changed(osmid_t) {};
</pre>
<p>fixed</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425261583">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353XSNYFTVJHO2737RBLRRQKNNANCNFSM4M7BTDNQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353VMDWO4TWWALBLPA3LRRQKNNA5CNFSM4M7BTDN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODCHBZXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425261583",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425261583",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>