Kaydet (Commit) 089f89ef authored tarafından Stephan Bergmann's avatar Stephan Bergmann

New loplugin:externvar: pyuno

Change-Id: Ib6822bf914fe44e8bd590dfe82d25d7c5046ca94
üst 953e0df8
......@@ -27,7 +27,7 @@
namespace pyuno
{
bool g_destructorsOfStaticObjectsHaveBeenCalled;
static bool g_destructorsOfStaticObjectsHaveBeenCalled;
class StaticDestructorGuard
{
public:
......@@ -36,7 +36,7 @@ public:
g_destructorsOfStaticObjectsHaveBeenCalled = true;
}
};
StaticDestructorGuard guard;
static StaticDestructorGuard guard;
static bool isAfterUnloadOrPy_Finalize()
{
......
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