summaryrefslogtreecommitdiff
path: root/include/registry/writer.hxx
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 /include/registry/writer.hxx
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 'include/registry/writer.hxx')
-rw-r--r--include/registry/writer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/writer.hxx b/include/registry/writer.hxx
index f6dced52ffaa..023aa1ee2d70 100644
--- a/include/registry/writer.hxx
+++ b/include/registry/writer.hxx
@@ -22,7 +22,7 @@
#include <registry/writer.h>
#include <registry/refltype.hxx>
-#include <registry/types.h>
+#include <registry/types.hxx>
#include <registry/version.h>
#include <rtl/ustring.hxx>