aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/reference.cpp')
-rw-r--r--sources/shiboken6/tests/libsample/reference.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/shiboken6/tests/libsample/reference.cpp b/sources/shiboken6/tests/libsample/reference.cpp
index 25db84bfd..8e8152905 100644
--- a/sources/shiboken6/tests/libsample/reference.cpp
+++ b/sources/shiboken6/tests/libsample/reference.cpp
@@ -4,12 +4,10 @@
#include <iostream>
#include "reference.h"
-using namespace std;
-
void
Reference::show() const
{
- cout << "Reference.objId: " << m_objId << ", address: " << this;
+ std::cout << "Reference.objId: " << m_objId << ", address: " << this;
}
Reference &Reference::returnMySecondArg(int, Reference &ref)