diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-01 19:53:31 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-12-02 00:37:12 +0100 |
commit | 7902e30aab21968648d53356d9d3533bbac17172 (patch) | |
tree | 5ddc1a8b2014ced76a2c33b0acf6a6721b038616 /sw/inc/viewsh.hxx | |
parent | 6172730c6465c02a925ed07fbce7add390c437fc (diff) |
move Ring to sw::Ring
Change-Id: I3109185f747b821ee94aae5c58f86768ca30713a
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index d5608cee2432..6896e9ee4638 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -95,7 +95,7 @@ enum FrameControlType typedef boost::shared_ptr<SwRootFrm> SwRootFrmPtr; class SwViewShell; -class SW_DLLPUBLIC SwViewShell : public Ring<SwViewShell> +class SW_DLLPUBLIC SwViewShell : public sw::Ring<SwViewShell> { friend void SetOutDev( SwViewShell *pSh, OutputDevice *pOut ); friend void SetOutDevAndWin( SwViewShell *pSh, OutputDevice *pOut, |