projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1ebe6
)
Fix the comment wording in ref-object
02/35802/1
author
Kimmo Hoikka
<kimmo.hoikka@samsung.com>
Tue, 24 Feb 2015 16:58:25 +0000
(16:58 +0000)
committer
Kimmo Hoikka
<kimmo.hoikka@samsung.com>
Tue, 24 Feb 2015 16:58:25 +0000
(16:58 +0000)
Change-Id: I4400de8c8e025266c575123ab514d633b8a9e260
dali/public-api/object/ref-object.h
patch
|
blob
|
history
diff --git
a/dali/public-api/object/ref-object.h
b/dali/public-api/object/ref-object.h
index
b9226bd
..
2413c7f
100644
(file)
--- a/
dali/public-api/object/ref-object.h
+++ b/
dali/public-api/object/ref-object.h
@@
-30,7
+30,7
@@
class Value;
/**
* @brief Base class for reference counted objects.
*
- * Typically this should be used with a
Boost
instrusive pointer,
+ * Typically this should be used with a
n
instrusive pointer,
* instead of calling Reference() and Unreference() methods directly.
*/
class DALI_IMPORT_API RefObject