repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
external
/
mysqlcppconn
/
patches
/
warnings.patch.0
blob
2cda42d863987765301ff57e280e82206289e7c7
1
--- cppconn/warning.h
2
+++ cppconn/warning.h
3
@@ -59,7 +59,7 @@
4
5
virtual ~SQLWarning(){};
6
7
- SQLWarning(const SQLWarning& e){};
8
+ SQLWarning(const SQLWarning&){};
9
10
private:
11
const SQLWarning & operator = (const SQLWarning & rhs);