summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 11:32:24 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:38 +0200
commit81c82cabe53101b828c56af71c5bd49b9ca60a21 (patch)
treef6fc59cd3120b42af8c8e548599c4bdb60bcce8f /idl/inc
parent760b86a75746968f8cd77c6aaae871af09aec47c (diff)
aMethod is more accurately an SvMetaSlot
Change-Id: Iaa57a3f24f545c49a5af0fd0b634994ea3d7551e
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/slot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index a8d98355c0ff..d0bdc4a18b7a 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -26,7 +26,7 @@
class SvMetaSlot : public SvMetaAttribute
{
tools::SvRef<SvMetaType> aSlotType;
- tools::SvRef<SvMetaAttribute> aMethod;
+ tools::SvRef<SvMetaSlot> aMethod;
SvIdentifier aGroupId;
SvIdentifier aExecMethod;
SvIdentifier aStateMethod;