From 1450fdc10ca35a40b47054f418ff25b1ebba6503 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 29 May 2025 13:40:11 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- dcoppython/shell/pcop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcoppython/shell') 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( ' ' ); -- cgit v1.2.3