diff options
Diffstat (limited to 'vcl/unx/generic/app/saldata.cxx')
-rw-r--r-- | vcl/unx/generic/app/saldata.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index 25efc5529b28..488e9937dc19 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -232,8 +232,8 @@ static const char* XRequest[] = { "X_NoOperation" }; -X11SalData::X11SalData(SalInstance *pInstance) - : GenericUnixSalData(pInstance) +X11SalData::X11SalData() + : GenericUnixSalData() { pXLib_ = nullptr; |