diff options
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r-- | project2/common/rowProcessor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h index ca36b32..66f99ec 100644 --- a/project2/common/rowProcessor.h +++ b/project2/common/rowProcessor.h @@ -8,12 +8,13 @@ #include "rowSetCache.h" #include "test.h" #include "scriptStorage.h" +#include <visibility.h> class Presenter; class ExecContext; /// Base class for Project2 components that work with row sets -class RowProcessor : public IHaveParameters { +class DLL_PUBLIC RowProcessor : public IHaveParameters { public: enum EventIDs { Complete }; RowProcessor(ScriptNodePtr); |