diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-13 14:35:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-13 14:35:13 +0900 |
commit | 0f480dc43f6a3dc50b438a17fc2526ca444065ec (patch) | |
tree | 9958c75d88cf4cd1df01f3678fbd261a422b48d7 /src/tools/ntqmap.h | |
parent | 2a00c1661bb3947e6342de813507d5a3c0729477 (diff) | |
download | tqt3-0f480dc43f6a3dc50b438a17fc2526ca444065ec.tar.gz tqt3-0f480dc43f6a3dc50b438a17fc2526ca444065ec.zip |
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/ntqmap.h')
-rw-r--r-- | src/tools/ntqmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqmap.h b/src/tools/ntqmap.h index 084fbd7cb..de51a95f4 100644 --- a/src/tools/ntqmap.h +++ b/src/tools/ntqmap.h @@ -733,7 +733,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 TQT_NO_STL bool operator==( const std::map<Key,T>& ) const { return FALSE; } |