summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/codegen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index 8b199c4faa4d..691fd9a79e64 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -408,7 +408,7 @@ class PCodeBufferWalker
private:
T m_nBytes;
sal_uInt8* m_pCode;
- T readParam( sal_uInt8*& pCode )
+ static T readParam( sal_uInt8*& pCode )
{
short nBytes = sizeof( T );
T nOp1=0;