diff options
Diffstat (limited to 'lib/kross/api/exception.h')
-rw-r--r-- | lib/kross/api/exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/exception.h b/lib/kross/api/exception.h index b0699bfb8..f58496d7e 100644 --- a/lib/kross/api/exception.h +++ b/lib/kross/api/exception.h @@ -42,7 +42,7 @@ namespace Kross { namespace Api { /** * Shared pointer to implement reference-counting. */ - typedef KSharedPtr<Exception> Ptr; + typedef TDESharedPtr<Exception> Ptr; /** * Constructor. |