Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
    * Examples/Recursive/recursive.hpp:
  • Loading branch information
jwillemsen committed Aug 30, 2024
1 parent 4e81d93 commit af4b230
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 af4b230

Please sign in to comment.