From bbd29a8bb5d27af25ce362f998d6e668df48efcf Mon Sep 17 00:00:00 2001
From: Janik Zikovsky <zikovskyjl@ornl.gov>
Date: Thu, 23 Sep 2010 19:48:07 +0000
Subject: [PATCH] Refs #1360: Forgot DLLExport for the windows build.

---
 Code/Mantid/Kernel/inc/MantidKernel/TimeSeriesProperty.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/Kernel/inc/MantidKernel/TimeSeriesProperty.h b/Code/Mantid/Kernel/inc/MantidKernel/TimeSeriesProperty.h
index 250b687d88a..949f214bff2 100644
--- a/Code/Mantid/Kernel/inc/MantidKernel/TimeSeriesProperty.h
+++ b/Code/Mantid/Kernel/inc/MantidKernel/TimeSeriesProperty.h
@@ -834,7 +834,7 @@ public:
 
 
 //================================================================================================
-TimeSeriesPropertyStatistics getTimeSeriesPropertyStatistics(TimeSeriesProperty<double> * tsp);
+DLLExport TimeSeriesPropertyStatistics getTimeSeriesPropertyStatistics(TimeSeriesProperty<double> * tsp);
 
 //TimeSeriesPropertyStatistics getTimeSeriesPropertyStatistics(TimeSeriesProperty<int> * tsp);
 //template<typename TYPE>
-- 
GitLab