Skip to content

Commit

Permalink
Merge pull request #77 from jwillemsen/jwi-exa
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
jwillemsen authored Aug 30, 2024
2 parents 4e81d93 + af4b230 commit ecb9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Recursive/recursive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Recursive
typedef ::XSCRT::Type Base;

public:
"type ACE_Refcounted_Auto_Ptr < ::Recursive::Element, ACE_Null_Mutex> _ptr;
typedef ACE_Refcounted_Auto_Ptr < ::Recursive::Element, ACE_Null_Mutex> _ptr;

// value
public:
Expand Down

0 comments on commit ecb9eb4

Please sign in to comment.