Change-Id: Ibfb3aa69895eef6023c38e2ff3b7ae98a05f5820 Reviewed-on: https://gerrit.libreoffice.org/42300 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
--- cppconn/warning.h
|
|
+++ cppconn/warning.h
|
|
@@ -59,7 +59,7 @@
|
|
|
|
virtual ~SQLWarning(){};
|
|
|
|
- SQLWarning(const SQLWarning& e){};
|
|
+ SQLWarning(const SQLWarning&){};
|
|
|
|
private:
|
|
const SQLWarning & operator = (const SQLWarning & rhs);
|