summaryrefslogtreecommitdiffstats
path: root/lib/kross/api/callable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/api/callable.h')
-rw-r--r--lib/kross/api/callable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/callable.h b/lib/kross/api/callable.h
index 0e3dd3a6c..99e3dadfe 100644
--- a/lib/kross/api/callable.h
+++ b/lib/kross/api/callable.h
@@ -43,7 +43,7 @@ namespace Kross { namespace Api {
/**
* Shared pointer to implement reference-counting.
*/
- typedef KSharedPtr<Callable> Ptr;
+ typedef TDESharedPtr<Callable> Ptr;
/**
* Constructor.