diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d9397fc..b9ba1c5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -255,7 +255,7 @@ main (int argc, char **argv) LIBXML_TEST_VERSION; - coreMetadata = new CompMetadata (); + coreMetadata = getCoreVTable ()->getMetadata (); if (!coreMetadata->addFromIO (readCoreXmlCallback, NULL, &ctx)) return 1; |