diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-02 23:32:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-02 23:32:30 -0500 |
| commit | 5f68f3a33b1dbe0b47688e4b671e285a474f65ea (patch) | |
| tree | 69a362c5aba09393ef0f78cc7245c36310ada5bb /sigmod | |
| parent | 98f4abed3e655f760560c3fea6b57cce2c61171c (diff) | |
| download | sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.tar.gz sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.tar.xz sigen-5f68f3a33b1dbe0b47688e4b671e285a474f65ea.zip | |
Use KDE_NO_EXPORT instead of KDE_IMPORT
Diffstat (limited to 'sigmod')
| -rw-r--r-- | sigmod/Global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Global.h b/sigmod/Global.h index 2ce04deb..d9614bea 100644 --- a/sigmod/Global.h +++ b/sigmod/Global.h @@ -32,7 +32,7 @@ # else # define SIGMOD_EXPORT KDE_IMPORT /// Import the symbol if including the library. # endif -# define SIGMOD_IMPORT KDE_IMPORT +# define SIGMOD_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMOD_EXPORT_DEPRECATED |
