diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-19 10:34:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-19 10:38:24 +0200 |
commit | 0fdd75805101ef387f00cbc203eb748e3354da58 (patch) | |
tree | af4a7a2426a41c7a6e5a1be7ad00af970aa0d846 /sw/inc | |
parent | 3ce89a2149d3495ff63827b39c33a79cb9abacab (diff) |
sw: missing prefix for global pBreakIt
Change-Id: I7fa8e697537ce8eb915da00920bf6882603b115a
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/breakit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx index ff3d86d71948..0776ae648cb2 100644 --- a/sw/inc/breakit.hxx +++ b/sw/inc/breakit.hxx @@ -127,7 +127,7 @@ public: #define SW_BREAKITER() SwBreakIt::Get() // @@@ backward compatibility @@@ -SW_DLLPUBLIC extern SwBreakIt* pBreakIt; +SW_DLLPUBLIC extern SwBreakIt* g_pBreakIt; #endif |