summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-09 09:09:19 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 09:10:30 +0200
commitf1e22f1a051c44a55759b7d44b0f0ef1b6f3c9de (patch)
tree384c34bb7a5e42796983621150ca4a3ed8e67a93 /registry
parent6124ad4ca2c98e4c76cc7a32c4c8e538d9cd8b87 (diff)
fix android build
since after my converting stuff in include/registry/types.h to use 'enum class', it can obviously no longer be "extern C", so drop the "extern C" and rename the file to reflect that. Change-Id: Ia30f5731316525e48531c4785ab7471a428bcf6f
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 64ad999816bb..95ed912e8b68 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -37,7 +37,7 @@
#include "registry/reader.hxx"
#include "registry/refltype.hxx"
-#include "registry/types.h"
+#include "registry/types.hxx"
#include "registry/version.h"
#include "reflcnst.hxx"