summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/postgresql/pq_statics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statics.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statics.hxx4
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 ce70eb696d56..300f3574dff3 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 & ) SAL_DELETED_FUNCTION;
- Statics & operator = ( const Statics & ) SAL_DELETED_FUNCTION;
+ Statics( const Statics & ) = delete;
+ Statics & operator = ( const Statics & ) = delete;
};
Statics & getStatics();