summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-03-11 21:37:17 (GMT)
committerBrad King <brad.king@kitware.com>2008-03-11 21:37:17 (GMT)
commitc905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed (patch)
treed4f749545e43ac1b857fd0f341487a66d9046d76 /Source/kwsys/SystemInformation.hxx.in
parentb125a2ae7bd0efe9a5623bd6ccba821bafcd36e2 (diff)
downloadCMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.zip
CMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.tar.gz
CMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.tar.bz2
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r--Source/kwsys/SystemInformation.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in
index 0267518..0fde927 100644
--- a/Source/kwsys/SystemInformation.hxx.in
+++ b/Source/kwsys/SystemInformation.hxx.in
@@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
// forward declare the implementation class
class SystemInformationImplementation;
-class SystemInformation
+class @KWSYS_NAMESPACE@_EXPORT SystemInformation
{
public: