summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:14 +0200
commit10fe9ed22b10e3b285257da1e24829b2e91785bb (patch)
tree85fd567ef7a3306a0368d0d028afc20b84e16fbc /pyuno
parentdf2750d8aa6c82d072ddfad359dce18b5a743c9d (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I0968c4b37b97bb89ebc8b873c78a96431245f480
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_gc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_gc.cxx b/pyuno/source/module/pyuno_gc.cxx
index b77f9c481508..80cb9e11b810 100644
--- a/pyuno/source/module/pyuno_gc.cxx
+++ b/pyuno/source/module/pyuno_gc.cxx
@@ -69,7 +69,7 @@ void GCThread::execute()
return;
try
{
- PyThreadAttach g( (PyInterpreterState*)mPyInterpreter );
+ PyThreadAttach g( mPyInterpreter );
{
Runtime runtime;