COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.

This commit is contained in:
Brad King 2008-03-11 17:37:17 -04:00
parent b125a2ae7b
commit c905bf9b13
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
// forward declare the implementation class
class SystemInformationImplementation;
class SystemInformation
class @KWSYS_NAMESPACE@_EXPORT SystemInformation
{
public: