summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2013-08-24 14:24:47 -0700
committerAliaksey Kandratsenka <alk@tut.by>2013-09-21 08:59:26 -0700
commit4ad16873a0a2d8861a0bfe8234d45e31cc70ee90 (patch)
tree5b05370615dfc616e0639b02928185ac2077b9d8
parent326990b5c30d249c3cf4688a88fc415b05494aca (diff)
downloadgperftools-4ad16873a0a2d8861a0bfe8234d45e31cc70ee90.tar.gz
Exports SysAllocator class to avoid .dll build errors
-rw-r--r--src/gperftools/malloc_extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gperftools/malloc_extension.h b/src/gperftools/malloc_extension.h
index 5fa7624..b8b8074 100644
--- a/src/gperftools/malloc_extension.h
+++ b/src/gperftools/malloc_extension.h
@@ -71,7 +71,7 @@ struct MallocRange;
}
// Interface to a pluggable system allocator.
-class SysAllocator {
+class PERFTOOLS_DLL_DECL SysAllocator {
public:
SysAllocator() {
}