Chromium Code Reviews| Index: xfa/src/fgas/include/fx_utl.h |
| diff --git a/xfa/src/fgas/include/fx_utl.h b/xfa/src/fgas/include/fx_utl.h |
| index 354d4bf2bbdce1d37334abba1e8d4b7171b58e05..850543786c4743055dc457defd3fee4bfb5132fe 100644 |
| --- a/xfa/src/fgas/include/fx_utl.h |
| +++ b/xfa/src/fgas/include/fx_utl.h |
| @@ -752,7 +752,7 @@ protected: |
| friend class CFX_CPLTree<baseType>; |
| }; |
| template<class baseType> |
| -class CFX_CPLTree : public CFX_Object |
| +class CFX_CPLTree |
| { |
| public: |
| typedef CFX_CPLTreeNode<baseType> CPLTreeNode; |