diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 19:15:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 19:15:45 +0100 |
| commit | 1bf16b70c531b6b819a8339af395ff2a3c1e8977 (patch) | |
| tree | af7414d634f477af6bb949eb8edb0b6b4d220f82 /src/xml/kdm_smpte.h | |
| parent | 725c1f0ead60e73e9dbc17337c416ac4d2720c55 (diff) | |
KDM XML fix.
Diffstat (limited to 'src/xml/kdm_smpte.h')
| -rw-r--r-- | src/xml/kdm_smpte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/kdm_smpte.h b/src/xml/kdm_smpte.h index 2e94a368..8c5ea409 100644 --- a/src/xml/kdm_smpte.h +++ b/src/xml/kdm_smpte.h @@ -95,7 +95,7 @@ public: class AuthenticatedPublic { public: - AuthenticatedPublic (); + AuthenticatedPublic () {} AuthenticatedPublic (boost::shared_ptr<const cxml::Node>); void as_xml (Writer &, xmlpp::Element *) const; |
