summaryrefslogtreecommitdiff
path: root/idl/source/objects/module.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-09 09:08:35 +0200
committerNoel Grandin <noel@peralex.com>2016-02-09 09:43:53 +0200
commitcfa4ba4b2b7138f7b95fb725866ed37155ccceee (patch)
treea8796f81aa8d7eefeee59e63090f32fd2424d000 /idl/source/objects/module.cxx
parent8bbcbcec91f723a3839bd80aa1d28e0420dfd1e6 (diff)
simplify SvMetaObjectMemberStack
Change-Id: I7c1ba85fcb21925f5e912fa48207411e4fc1fbb4
Diffstat (limited to 'idl/source/objects/module.cxx')
-rw-r--r--idl/source/objects/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 432421556f65..524a6d788a85 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -177,7 +177,7 @@ bool SvMetaModule::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm )
// set pointer to itself
bOk = SvMetaObject::ReadSvIdl( rBase, rInStm );
}
- rBase.GetStack().Pop(); // remove from stack
+ rBase.GetStack().pop_back(); // remove from stack
}
if( !bOk )
rInStm.Seek( nTokPos );