diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:10:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:57 +0100 |
commit | c6be3cf03b0c48fba99e785f18a61c798d3bb5be (patch) | |
tree | 730dd88f050e43977cb43e8318dc77141a996d98 /connectivity/source/drivers/postgresql | |
parent | e92e1959ca18cc921fa97f1cbd28dc96a9177841 (diff) |
loplugin:deletedspecial
Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
Diffstat (limited to 'connectivity/source/drivers/postgresql')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_statics.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statics.hxx b/connectivity/source/drivers/postgresql/pq_statics.hxx index 537017c0fb63..ce70eb696d56 100644 --- a/connectivity/source/drivers/postgresql/pq_statics.hxx +++ b/connectivity/source/drivers/postgresql/pq_statics.hxx @@ -252,8 +252,8 @@ struct Statics BaseTypeMap baseTypeMap; Statics(){} private: - Statics( const Statics & ); - Statics & operator = ( const Statics & ); + Statics( const Statics & ) SAL_DELETED_FUNCTION; + Statics & operator = ( const Statics & ) SAL_DELETED_FUNCTION; }; Statics & getStatics(); |