summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/ContextClassLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/ContextClassLoader.hxx')
-rw-r--r--connectivity/source/inc/java/ContextClassLoader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/ContextClassLoader.hxx b/connectivity/source/inc/java/ContextClassLoader.hxx
index e441ffb16656..e8fc1ac15725 100644
--- a/connectivity/source/inc/java/ContextClassLoader.hxx
+++ b/connectivity/source/inc/java/ContextClassLoader.hxx
@@ -64,8 +64,8 @@ namespace connectivity { namespace jdbc
}
private:
- ContextClassLoaderScope(ContextClassLoaderScope &) = delete;
- void operator =(ContextClassLoaderScope &) = delete;
+ ContextClassLoaderScope(ContextClassLoaderScope const &) = delete;
+ ContextClassLoaderScope& operator =(ContextClassLoaderScope const &) = delete;
JNIEnv& m_environment;
LocalRef< jobject > m_currentThread;