Kaydet (Commit) 3ffb8c2f authored tarafından Chris Sherlock's avatar Chris Sherlock

OutputDevice::EnableRTL should be virtual

Change-Id: I5e89326659e018561114a2fee2532d4412c070af
üst 512de6e7
......@@ -1150,7 +1150,7 @@ public:
bool IsMapModeEnabled() const { return mbMap; }
// Enabling/disabling RTL only makes sense for OutputDevices that use a mirroring SalGraphisLayout
void EnableRTL( bool bEnable = true);
virtual void EnableRTL( bool bEnable = true);
bool IsRTLEnabled() const { return mbEnableRTL; }
void SetConnectMetaFile( GDIMetaFile* pMtf );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment