aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/pointer_holder.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 01:44:10 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:24:56 +0100
commit88c3d556d552a94aa42eaa2fa43667952e123dc8 (patch)
tree83a41f48883dc70a3610196c166c01a2d77f9993 /libtests/pointer_holder.cc
parente782d5e951e33b31068e0e71e7ce99a88b882544 (diff)
downloadqpdf-88c3d556d552a94aa42eaa2fa43667952e123dc8.tar.zst
Spell check
Diffstat (limited to 'libtests/pointer_holder.cc')
-rw-r--r--libtests/pointer_holder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/pointer_holder.cc b/libtests/pointer_holder.cc
index cad299b4..87c1fa07 100644
--- a/libtests/pointer_holder.cc
+++ b/libtests/pointer_holder.cc
@@ -106,7 +106,7 @@ int main(int argc, char* argv[])
callHelloWithGet(ol1.front());
ol1.pop_front();
std::cout << "array" << std::endl;
- PointerHolder<Object> oarr1_ph(true, new Object[2]);
+ PointerHolder<Object> o_arr1_ph(true, new Object[2]);
std::cout << "goodbye" << std::endl;
return 0;
}