diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-10-05 07:49:53 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-10-05 07:51:28 (GMT) |
commit | 1aaa11708eb0f8281e6de2c4ea6f04e5d38813e0 (patch) | |
tree | 9ffb6872902109c2c1c40a6c765e5bda252828be /src | |
parent | c488298d4c15fb39ef960bda19f28c9ea9b9054b (diff) | |
download | Qt-1aaa11708eb0f8281e6de2c4ea6f04e5d38813e0.zip Qt-1aaa11708eb0f8281e6de2c4ea6f04e5d38813e0.tar.gz Qt-1aaa11708eb0f8281e6de2c4ea6f04e5d38813e0.tar.bz2 |
Compile on Visual Studio 2003
Don't add export declaration for the definition of the variable.
Reviewed-by: Gunnar
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/kernel/qmath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmath.cpp b/src/corelib/kernel/qmath.cpp index 24bec4a..7c1e726 100644 --- a/src/corelib/kernel/qmath.cpp +++ b/src/corelib/kernel/qmath.cpp @@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE -Q_CORE_EXPORT const qreal qt_sine_table[QT_SINE_TABLE_SIZE] = { +const qreal qt_sine_table[QT_SINE_TABLE_SIZE] = { 0.0, 0.024541228522912288, 0.049067674327418015, |