diff options
Diffstat (limited to 'ace/Parse_Node.h')
-rw-r--r-- | ace/Parse_Node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Parse_Node.h b/ace/Parse_Node.h index 967b1813239..a498a3a6f65 100644 --- a/ace/Parse_Node.h +++ b/ace/Parse_Node.h @@ -201,7 +201,7 @@ public: ACE_Location_Node (void); virtual void *symbol (ACE_Service_Object_Exterminator * = 0) = 0; virtual void set_symbol (void *h); - ACE_SHLIB_HANDLE handle (void); + const ACE_DLL &dll (void); const ACE_TCHAR *pathname (void) const; void pathname (const ACE_TCHAR *h); int dispose (void) const; |