Commit 33af5045 authored by Stefan Behnel's avatar Stefan Behnel

fix copy&paste bug

parent 45b023f8
......@@ -2294,7 +2294,7 @@ class CPtrType(CPointerBaseType):
def find_cpp_operation_type(self, operator, operand_type=None):
if self.base_type.is_cpp_class:
return self.base_type.find_cpp_operation_type(operator, operand_type=None)
return self.base_type.find_cpp_operation_type(operator, operand_type)
return None
class CNullPtrType(CPtrType):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment