summaryrefslogtreecommitdiffstats
path: root/canvas/source/directx/dx_config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_config.hxx')
-rw-r--r--canvas/source/directx/dx_config.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_config.hxx b/canvas/source/directx/dx_config.hxx
index 77984d74b0f0..e93ef28d60ca 100644
--- a/canvas/source/directx/dx_config.hxx
+++ b/canvas/source/directx/dx_config.hxx
@@ -56,11 +56,11 @@ namespace dxcanvas
(nDriverId != rRHS.nDriverId ? nDriverId < rRHS.nDriverId :
(nDriverVersion != rRHS.nDriverVersion ? nDriverVersion < rRHS.nDriverVersion :
(nDriverSubVersion != rRHS.nDriverSubVersion ? nDriverSubVersion < rRHS.nDriverSubVersion :
- (nDriverBuildId != rRHS.nDriverBuildId ? nDriverBuildId < rRHS.nDriverBuildId : false)))))));
+ (nDriverBuildId != rRHS.nDriverBuildId && nDriverBuildId < rRHS.nDriverBuildId)))))));
}
};
- ~DXCanvasItem();
+ ~DXCanvasItem() override;
bool isDeviceUsable( const DeviceInfo& rDeviceInfo ) const;
bool isBlacklistCurrentDevice() const;