summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:36:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:37:22 +0900
commit687f7289ea2e58dba046b99c7cab5a82208f2ec2 (patch)
tree9b2222abceda1d1cd06d9e8ac8622f4b41ba2b1b
parent533ac06a218ae2c28fbf5145fb659da90262c1f2 (diff)
downloadtqtinterface-687f7289.tar.gz
tqtinterface-687f7289.zip
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 79f06f11736f96b25c74b5ee25ccc13185794f35)
-rw-r--r--qtinterface/interface_tqt3/tqmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/interface_tqt3/tqmap.h b/qtinterface/interface_tqt3/tqmap.h
index 05e51ff..e56b6bc 100644
--- a/qtinterface/interface_tqt3/tqmap.h
+++ b/qtinterface/interface_tqt3/tqmap.h
@@ -785,7 +785,7 @@ public:
void remove( iterator it ) { detach(); sh->remove( it ); }
void remove( const Key& k );
-#if defined(Q_FULL_TEMPLATE_INSTANTIATION)
+#if defined(TQ_FULL_TEMPLATE_INSTANTIATION)
bool operator==( const TQMap<Key,T>& ) const { return FALSE; }
#ifndef QT_NO_STL
bool operator==( const std::map<Key,T>& ) const { return FALSE; }