diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-17 14:28:41 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-17 14:30:59 -0500 |
commit | 1fb5ecdd7442247e0ed8154928b66fab0bcbe3ad (patch) | |
tree | b3fb2f85d285f2080a65b0d0526a3f82d7790bec /sw/inc | |
parent | 3f390be5a7f3dd0108e2257fa57cfcca6d0859e3 (diff) |
Const correct-ness in one place...
And an avalanche of changes that ensued.
Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndole.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index a93911e6b7bc..9596d4ba7d81 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -110,7 +110,7 @@ public: virtual Size GetTwipSize() const; - Graphic* GetGraphic(); + const Graphic* GetGraphic(); void GetNewReplacement(); |