Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / icu / source / test / letest / cmaps.h
index df0bb11..7a733ad 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
 *
-*   Copyright (C) 1998-2006, International Business Machines
+*   Copyright (C) 1998-2013, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ************************************************************************/
@@ -10,7 +10,7 @@
 #define __CMAPS_H
 
 #include "layout/LETypes.h"
-#include "letest.h"
+//#include "letest.h"
 #include "sfnt.h"
 
 class CMAPMapper
@@ -78,7 +78,7 @@ inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
 
 inline CMAPMapper::~CMAPMapper()
 {
-    DELETE_ARRAY(fcmap);
+    LE_DELETE_ARRAY(fcmap);
 }
 
 #endif