summaryrefslogtreecommitdiffstats
path: root/dcoppython/shell/pcop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/shell/pcop.cpp')
-rw-r--r--dcoppython/shell/pcop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp
index 01b45c7f..f0f7551f 100644
--- a/dcoppython/shell/pcop.cpp
+++ b/dcoppython/shell/pcop.cpp
@@ -276,7 +276,7 @@ namespace PythonDCOP {
{
m_type = 0;
- m_params.setAutoDelete( TRUE );
+ m_params.setAutoDelete( true );
// Find the space that separates the type from the name
int k = signature.find( ' ' );