summaryrefslogtreecommitdiffstats
path: root/qmake/generators/symbian/symmake_abld.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-27 07:10:45 (GMT)
committeraxis <qt-info@nokia.com>2009-04-27 07:10:45 (GMT)
commitde6a89077241016da39ae5f9cbb696d6606a757d (patch)
treedce5184ff256b54fd70fe8732aa4a476bb6c5c20 /qmake/generators/symbian/symmake_abld.h
parent048dfa3ef660d483c65c0984ee6e913005cb980f (diff)
downloadQt-de6a89077241016da39ae5f9cbb696d6606a757d.zip
Qt-de6a89077241016da39ae5f9cbb696d6606a757d.tar.gz
Qt-de6a89077241016da39ae5f9cbb696d6606a757d.tar.bz2
Fixed compilation of qmake on MSVC6.
Diffstat (limited to 'qmake/generators/symbian/symmake_abld.h')
-rw-r--r--qmake/generators/symbian/symmake_abld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symmake_abld.h b/qmake/generators/symbian/symmake_abld.h
index fd13c48..18cbb9e 100644
--- a/qmake/generators/symbian/symmake_abld.h
+++ b/qmake/generators/symbian/symmake_abld.h
@@ -31,7 +31,7 @@ protected:
public:
SymbianAbldMakefileGenerator();
- inline ~SymbianAbldMakefileGenerator();
+ ~SymbianAbldMakefileGenerator();
};