diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-20 17:55:28 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-20 17:55:28 -0700 |
commit | 947ae1cf5c16f5b3c6222b6ee9ad1a3b4075dd25 (patch) | |
tree | e356152fed9da6d70ecf28a5b47891e5ce20361a /gruel/src/lib/pmt/qa_pmt.h | |
parent | b835094682f214366f7b8c0220134817c4f34157 (diff) |
gruel: API declaration macros for gruel class and function symbols
Diffstat (limited to 'gruel/src/lib/pmt/qa_pmt.h')
-rw-r--r-- | gruel/src/lib/pmt/qa_pmt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gruel/src/lib/pmt/qa_pmt.h b/gruel/src/lib/pmt/qa_pmt.h index 43a6dbf67c..424c1065b4 100644 --- a/gruel/src/lib/pmt/qa_pmt.h +++ b/gruel/src/lib/pmt/qa_pmt.h @@ -23,11 +23,12 @@ #ifndef INCLUDED_QA_PMT_H #define INCLUDED_QA_PMT_H +#include <gruel/attributes.h> #include <cppunit/TestSuite.h> //! collect all the tests for pmt -class qa_pmt { +class __GR_ATTR_EXPORT qa_pmt { public: //! return suite of tests for all of pmt static CppUnit::TestSuite *suite (); |