diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index 371a8f3e..ddd0f362 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -46,7 +46,7 @@ class Asset; * * This class encapsulates the XML that exists in a <Reel> to say * that a piece of content is used in this reel. It does not - * describe the content itself (but links to a Content object which does). + * describe the content itself (but links to an Asset object which does). */ class ReelAsset : public Object { |
